HomeSort by relevance Sort by last modified time
    Searched refs:sampler_offset (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_blorp.cpp 508 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
    [all...]
gen7_blorp.cpp 228 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);

Completed in 56 milliseconds