Home
last modified time | relevance | path

Searched refs:sample_off (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_query.c133 const int sample_off = 128; in time_elapsed_get_sample() local
134 const int addr_off = sample_off + 8; in time_elapsed_get_sample()
170 OUT_RELOC(ring, scratch_bo, sample_off, 0, 0); in time_elapsed_get_sample()
204 OUT_RELOC(ring, scratch_bo, sample_off, 0, 0); in time_elapsed_get_sample()
209 OUT_RELOC(ring, scratch_bo, sample_off + 0x4, 0, 0); in time_elapsed_get_sample()
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c754 nir_ssa_def *sample_off = nir_imm_vec2(b, sample_off_x, sample_off_y); in blorp_nir_manual_blend_bilinear() local
756 nir_ssa_def *sample_coords = nir_fadd(b, pos_xy, sample_off); in blorp_nir_manual_blend_bilinear()