Searched refs:sample_off (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_query.c | 134 const int sample_off = 128; in time_elapsed_get_sample() local 135 const int addr_off = sample_off + 8; in time_elapsed_get_sample() 171 OUT_RELOCW(ring, scratch_bo, sample_off, 0, 0); in time_elapsed_get_sample() 205 OUT_RELOC(ring, scratch_bo, sample_off, 0, 0); in time_elapsed_get_sample() 210 OUT_RELOC(ring, scratch_bo, sample_off + 0x4, 0, 0); in time_elapsed_get_sample()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 765 nir_ssa_def *sample_off = nir_imm_vec2(b, sample_off_x, sample_off_y); in blorp_nir_manual_blend_bilinear() local 767 nir_ssa_def *sample_coords = nir_fadd(b, pos_xy, sample_off); in blorp_nir_manual_blend_bilinear()
|