i965/blorp: Make gen6 VS and GS disable helpers static
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
@@ -320,10 +320,6 @@ uint32_t
|
||||
gen6_blorp_emit_wm_constants(struct brw_context *brw,
|
||||
const struct brw_blorp_params *params);
|
||||
|
||||
void
|
||||
gen6_blorp_emit_vs_disable(struct brw_context *brw,
|
||||
const struct brw_blorp_params *params);
|
||||
|
||||
uint32_t
|
||||
gen6_blorp_emit_binding_table(struct brw_context *brw,
|
||||
uint32_t wm_surf_offset_renderbuffer,
|
||||
@@ -333,10 +329,6 @@ uint32_t
|
||||
gen6_blorp_emit_depth_stencil_state(struct brw_context *brw,
|
||||
const struct brw_blorp_params *params);
|
||||
|
||||
void
|
||||
gen6_blorp_emit_gs_disable(struct brw_context *brw,
|
||||
const struct brw_blorp_params *params);
|
||||
|
||||
void
|
||||
gen6_blorp_emit_clip_disable(struct brw_context *brw);
|
||||
|
||||
|
||||
@@ -443,7 +443,7 @@ gen6_blorp_emit_sampler_state_pointers(struct brw_context *brw,
|
||||
*
|
||||
* Disable vertex shader.
|
||||
*/
|
||||
void
|
||||
static void
|
||||
gen6_blorp_emit_vs_disable(struct brw_context *brw,
|
||||
const struct brw_blorp_params *params)
|
||||
{
|
||||
@@ -482,7 +482,7 @@ gen6_blorp_emit_vs_disable(struct brw_context *brw,
|
||||
*
|
||||
* Disable the geometry shader.
|
||||
*/
|
||||
void
|
||||
static void
|
||||
gen6_blorp_emit_gs_disable(struct brw_context *brw,
|
||||
const struct brw_blorp_params *params)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user