Searched refs:sampler_offset (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_blorp.cpp508 uint32_t sampler_offset; local
513 32, &sampler_offset);
554 return sampler_offset;
564 uint32_t sampler_offset)
576 OUT_BATCH(sampler_offset);
1062 uint32_t sampler_offset; local
1075 sampler_offset = gen6_blorp_emit_sampler_state(brw, params);
1076 gen6_blorp_emit_sampler_state_pointers(brw, params, sampler_offset);
562 gen6_blorp_emit_sampler_state_pointers(struct brw_context *brw, const brw_blorp_params *params, uint32_t sampler_offset) argument
H A Dgen7_blorp.cpp228 uint32_t sampler_offset; local
233 32, &sampler_offset);
274 return sampler_offset;
536 uint32_t sampler_offset)
542 OUT_BATCH(sampler_offset);
740 uint32_t sampler_offset = 0; local
776 sampler_offset = gen7_blorp_emit_sampler_state(brw, params);
790 gen7_blorp_emit_sampler_state_pointers_ps(brw, params, sampler_offset);
534 gen7_blorp_emit_sampler_state_pointers_ps(struct brw_context *brw, const brw_blorp_params *params, uint32_t sampler_offset) argument

Completed in 30 milliseconds