Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c497 val->ext_handler = vtn_handle_glsl450_instruction; in vtn_handle_extension()
500 val->ext_handler = vtn_handle_amd_gcn_shader_instruction; in vtn_handle_extension()
503 val->ext_handler = vtn_handle_amd_shader_ballot_instruction; in vtn_handle_extension()
506 val->ext_handler = vtn_handle_amd_shader_trinary_minmax_instruction; in vtn_handle_extension()
509 val->ext_handler = vtn_handle_amd_shader_explicit_vertex_parameter_instruction; in vtn_handle_extension()
511 val->ext_handler = vtn_handle_opencl_instruction; in vtn_handle_extension()
513 val->ext_handler = vtn_handle_non_semantic_instruction; in vtn_handle_extension()
522 bool handled = val->ext_handler(b, w[4], w, count); in vtn_handle_extension()
4587 if (val->ext_handler == vtn_handle_non_semantic_instruction) { in vtn_handle_preamble_instruction()
4953 return val->ext_handler == vtn_handle_non_semantic_instruction; in vtn_handle_variable_or_type_instruction()
Dvtn_private.h606 vtn_instruction_handler ext_handler; member