Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_query.c135 const int sample_off = 128; in time_elapsed_get_sample() local
136 const int addr_off = sample_off + 8; in time_elapsed_get_sample()
172 OUT_RELOC(ring, scratch_bo, sample_off, 0, 0); in time_elapsed_get_sample()
206 OUT_RELOC(ring, scratch_bo, sample_off, 0, 0); in time_elapsed_get_sample()
211 OUT_RELOC(ring, scratch_bo, sample_off + 0x4, 0, 0); in time_elapsed_get_sample()
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c755 nir_ssa_def *sample_off = nir_imm_vec2(b, sample_off_x, sample_off_y); in blorp_nir_manual_blend_bilinear() local
757 nir_ssa_def *sample_coords = nir_fadd(b, pos_xy, sample_off); in blorp_nir_manual_blend_bilinear()