HomeSort by: relevance | last modified time | path
    Searched refs:ext_handler (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv_to_nir.c 530 val->ext_handler = vtn_handle_glsl450_instruction;
533 val->ext_handler = vtn_handle_amd_gcn_shader_instruction;
536 val->ext_handler = vtn_handle_amd_shader_ballot_instruction;
539 val->ext_handler = vtn_handle_amd_shader_trinary_minmax_instruction;
542 val->ext_handler = vtn_handle_amd_shader_explicit_vertex_parameter_instruction;
544 val->ext_handler = vtn_handle_opencl_instruction;
546 val->ext_handler = vtn_handle_non_semantic_instruction;
555 bool handled = val->ext_handler(b, w[4], w, count);
4853 if (val->ext_handler == vtn_handle_non_semantic_instruction) {
5294 return val->ext_handler == vtn_handle_non_semantic_instruction
    [all...]
vtn_private.h 621 vtn_instruction_handler ext_handler; member in union:vtn_value::__anon867
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
vtn_private.h 550 vtn_instruction_handler ext_handler; member in union:vtn_value::__anon3456
spirv_to_nir.c 395 val->ext_handler = vtn_handle_glsl450_instruction;
398 val->ext_handler = vtn_handle_amd_gcn_shader_instruction;
401 val->ext_handler = vtn_handle_amd_shader_trinary_minmax_instruction;
403 val->ext_handler = vtn_handle_opencl_instruction;
412 bool handled = val->ext_handler(b, w[4], w, count);

Completed in 9 milliseconds