Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c522 vtn_handle_non_semantic_instruction(struct vtn_builder *b, SpvOp ext_opcode, in vtn_handle_non_semantic_instruction() function
554 val->ext_handler = vtn_handle_non_semantic_instruction; in vtn_handle_extension()
4951 if (val->ext_handler == vtn_handle_non_semantic_instruction) { in vtn_handle_preamble_instruction()
4953 vtn_handle_non_semantic_instruction(b, w[4], w, count); in vtn_handle_preamble_instruction()
5394 return val->ext_handler == vtn_handle_non_semantic_instruction; in vtn_handle_variable_or_type_instruction()

Completed in 8 milliseconds