Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c481 vtn_handle_non_semantic_instruction(struct vtn_builder *b, SpvOp ext_opcode, in vtn_handle_non_semantic_instruction() function
513 val->ext_handler = vtn_handle_non_semantic_instruction; in vtn_handle_extension()
4587 if (val->ext_handler == vtn_handle_non_semantic_instruction) { in vtn_handle_preamble_instruction()
4589 vtn_handle_non_semantic_instruction(b, w[4], w, count); in vtn_handle_preamble_instruction()
4953 return val->ext_handler == vtn_handle_non_semantic_instruction; in vtn_handle_variable_or_type_instruction()