Home
last modified time | relevance | path

Searched refs:OpEntryPoint (Results 1 – 11 of 11) sorted by relevance

/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.lua597 OpEntryPoint = 15,
Dspirv.hpp636 OpEntryPoint = 15, enumerator
Dspirv.hpp11636 OpEntryPoint = 15,
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.lua585 OpEntryPoint = 15,
Dspirv.hpp624 OpEntryPoint = 15, enumerator
Dspirv.hpp11624 OpEntryPoint = 15,
/external/spirv-llvm/lib/SPIRV/libSPIRV/
Dspirv.hpp597 OpEntryPoint = 15, enumerator
DSPIRVIsValidEnum.h595 case OpEntryPoint: in isValid()
DSPIRVEntry.h434 class SPIRVEntryPoint:public SPIRVAnnotation<OpEntryPoint> {
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp135 if (insn.opcode() == spv::OpEntryPoint) { in find_entrypoint()
Dvk_validation_error_database.txt1207 …core~^~The spec valid usage text states 'pName must be the name of an OpEntryPoint in module with …