Searched refs:instr (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_nir_convert_ycbcr.c | 178 nir_def_init(&tex->instr, &tex->def, nir_tex_instr_dest_size(tex), 32); in get_texture_size() 179 nir_builder_instr_insert(b, &tex->instr); in get_texture_size() 273 nir_def_init(&tex->instr, &tex->def, old_tex->def.num_components, in create_plane_tex_instr_implicit() 275 nir_builder_instr_insert(b, &tex->instr); in create_plane_tex_instr_implicit() 304 lower_ycbcr_tex_instr(nir_builder *b, nir_instr *instr, void *_state) in lower_ycbcr_tex_instr() argument 308 if (instr->type != nir_instr_type_tex) in lower_ycbcr_tex_instr() 311 nir_tex_instr *tex = nir_instr_as_tex(instr); in lower_ycbcr_tex_instr() 353 b->cursor = nir_before_instr(&tex->instr); in lower_ycbcr_tex_instr() 441 nir_instr_remove(&tex->instr); in lower_ycbcr_tex_instr()
|
/hardware/google/gfxstream/guest/mesa/bin/ |
D | perf-annotate-jit.py | 113 addr, instr = line.split(':', 1) 115 asm.append((addr, instr)) 159 for address, instr in asm: 167 sys.stdout.write('%6u: %s\n' % (address, instr))
|
/hardware/google/graphics/common/libhwc2.1/ |
D | Android.mk | 52 LOCAL_CFLAGS += -fprofile-instr-generate -fcoverage-mapping 55 LOCAL_LDFLAGS += -fprofile-instr-generate
|