Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/spirv/
Dvtn_gather_types.c378 case SpvOpFunctionPointerINTEL: return (struct type_args){ 1, 0 }; in result_type_args_for_opcode()
Dspirv_info.c1064 case SpvOpFunctionPointerINTEL: return "SpvOpFunctionPointerINTEL"; in spirv_op_to_string()
/external/mesa3d/src/compiler/spirv/
Dspirv.h1471 SpvOpFunctionPointerINTEL = 5600, enumerator
2036 case SpvOpFunctionPointerINTEL: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()