Home
last modified time | relevance | path

Searched refs:vtn_foreach_instruction (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dgl_spirv.c250 words = vtn_foreach_instruction(b, words, word_end, in gl_spirv_validation()
264 words = vtn_foreach_instruction(b, words, word_end, in gl_spirv_validation()
Dvtn_cfg.c826 vtn_foreach_instruction(b, words, end, in vtn_build_cfg()
1062 block_start = vtn_foreach_instruction(b, block_start, block_end, in vtn_emit_cf_list_structured()
1065 vtn_foreach_instruction(b, block_start, block_end, handler); in vtn_emit_cf_list_structured()
1255 block_start = vtn_foreach_instruction(b, block_start, block_end, in vtn_emit_cf_func_unstructured()
1257 vtn_foreach_instruction(b, block_start, block_end, handler); in vtn_emit_cf_func_unstructured()
1372 vtn_foreach_instruction(b, func->start_block->label, func->end, in vtn_function_emit()
Dvtn_private.h299 vtn_foreach_instruction(struct vtn_builder *b, const uint32_t *start,
Dspirv_to_nir.c431 vtn_foreach_instruction(struct vtn_builder *b, const uint32_t *start, in vtn_foreach_instruction() function
5759 words = vtn_foreach_instruction(b, words, word_end, in spirv_to_nir()
5800 words = vtn_foreach_instruction(b, words, word_end, in spirv_to_nir()
5823 vtn_foreach_instruction(b, words, word_end, vtn_set_instruction_result_type); in spirv_to_nir()