Home
last modified time | relevance | path

Searched refs:SpvOpIsHelperInvocationEXT (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/unified1/
Dspirv.h1243 SpvOpIsHelperInvocationEXT = 5381, enumerator
1775 case SpvOpIsHelperInvocationEXT: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dspirv.h1918 SpvOpIsHelperInvocationEXT = 5381, enumerator
2666 case SpvOpIsHelperInvocationEXT: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
4463 case SpvOpIsHelperInvocationEXT: return "OpIsHelperInvocationEXT"; in SpvOpToString()
H A Dspirv_to_nir.c6515 case SpvOpIsHelperInvocationEXT: { in vtn_handle_body_instruction()
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
H A Dspirv.h1988 SpvOpIsHelperInvocationEXT = 5381, enumerator
2760 case SpvOpIsHelperInvocationEXT: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
4604 case SpvOpIsHelperInvocationEXT: return "OpIsHelperInvocationEXT"; in SpvOpToString()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.h1891 SpvOpIsHelperInvocationEXT = 5381, enumerator
2626 case SpvOpIsHelperInvocationEXT: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.h1862 SpvOpIsHelperInvocationEXT = 5381, enumerator
2592 case SpvOpIsHelperInvocationEXT: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c846 spirv_buffer_emit_word(&b->instructions, SpvOpIsHelperInvocationEXT | (words << 16)); in spirv_is_helper_invocation()