Searched refs:vtn_foreach_instruction (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 596 vtn_foreach_instruction(b, words, end, in vtn_build_cfg() 708 block_start = vtn_foreach_instruction(b, block_start, block_end, in vtn_emit_cf_list() 711 vtn_foreach_instruction(b, block_start, block_end, handler); in vtn_emit_cf_list() 888 vtn_foreach_instruction(b, func->start_block->label, func->end, in vtn_function_emit()
|
D | vtn_private.h | 240 vtn_foreach_instruction(struct vtn_builder *b, const uint32_t *start,
|
D | spirv_to_nir.c | 318 vtn_foreach_instruction(struct vtn_builder *b, const uint32_t *start, in vtn_foreach_instruction() function 3821 words = vtn_foreach_instruction(b, words, word_end, in spirv_to_nir() 3843 words = vtn_foreach_instruction(b, words, word_end, in spirv_to_nir() 3847 vtn_foreach_instruction(b, words, word_end, vtn_set_instruction_result_type); in spirv_to_nir()
|