Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c538 val->ext_handler = vtn_handle_glsl450_instruction; in vtn_handle_extension()
541 val->ext_handler = vtn_handle_amd_gcn_shader_instruction; in vtn_handle_extension()
544 val->ext_handler = vtn_handle_amd_shader_ballot_instruction; in vtn_handle_extension()
547 val->ext_handler = vtn_handle_amd_shader_trinary_minmax_instruction; in vtn_handle_extension()
550 val->ext_handler = vtn_handle_amd_shader_explicit_vertex_parameter_instruction; in vtn_handle_extension()
552 val->ext_handler = vtn_handle_opencl_instruction; in vtn_handle_extension()
554 val->ext_handler = vtn_handle_non_semantic_instruction; in vtn_handle_extension()
563 bool handled = val->ext_handler(b, w[4], w, count); in vtn_handle_extension()
4951 if (val->ext_handler == vtn_handle_non_semantic_instruction) { in vtn_handle_preamble_instruction()
5394 return val->ext_handler == vtn_handle_non_semantic_instruction; in vtn_handle_variable_or_type_instruction()
Dvtn_private.h626 vtn_instruction_handler ext_handler; member