Home
last modified time | relevance | path

Searched refs:OpenCLDebugInfo100DebugBaseTypeAttributeEncoding (Results 1 – 8 of 8) sorted by relevance

/third_party/spirv-headers/include/spirv/unified1/
DOpenCLDebugInfo100.h106 enum OpenCLDebugInfo100DebugBaseTypeAttributeEncoding { enum
/third_party/vk-gl-cts/build/external/spirv-tools/spirv-tools/
DOpenCLDebugInfo100.h100 enum OpenCLDebugInfo100DebugBaseTypeAttributeEncoding { enum
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
DOpenCLDebugInfo100.h106 enum OpenCLDebugInfo100DebugBaseTypeAttributeEncoding { enum
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
DOpenCLDebugInfo100.h106 enum OpenCLDebugInfo100DebugBaseTypeAttributeEncoding { enum
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp712 auto ocl_encoding = OpenCLDebugInfo100DebugBaseTypeAttributeEncoding( in IsDebugVariableWithIntScalarType()
2823 OpenCLDebugInfo100DebugBaseTypeAttributeEncoding( in ValidateExtInst()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_extensions.cpp712 auto ocl_encoding = OpenCLDebugInfo100DebugBaseTypeAttributeEncoding( in IsDebugVariableWithIntScalarType()
2823 OpenCLDebugInfo100DebugBaseTypeAttributeEncoding( in ValidateExtInst()
/third_party/spirv-tools/source/val/
Dvalidate_extensions.cpp741 auto ocl_encoding = OpenCLDebugInfo100DebugBaseTypeAttributeEncoding( in IsDebugVariableWithIntScalarType()
2933 OpenCLDebugInfo100DebugBaseTypeAttributeEncoding( in ValidateExtInst()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp553 OpenCLDebugInfo100DebugBaseTypeAttributeEncoding encoding = OpenCLDebugInfo100Unspecified;
1594 type->encoding = static_cast<OpenCLDebugInfo100DebugBaseTypeAttributeEncoding>(insn.word(7)); in process()