Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
DOpenCLDebugInfo100.h106 enum OpenCLDebugInfo100DebugBaseTypeAttributeEncoding { enum
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
DOpenCLDebugInfo100.h106 enum OpenCLDebugInfo100DebugBaseTypeAttributeEncoding { enum
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/unified1/
DOpenCLDebugInfo100.h106 enum OpenCLDebugInfo100DebugBaseTypeAttributeEncoding { enum
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp711 auto ocl_encoding = OpenCLDebugInfo100DebugBaseTypeAttributeEncoding( in IsDebugVariableWithIntScalarType()
2822 OpenCLDebugInfo100DebugBaseTypeAttributeEncoding( in ValidateExtInst()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp741 auto ocl_encoding = OpenCLDebugInfo100DebugBaseTypeAttributeEncoding( in IsDebugVariableWithIntScalarType()
2933 OpenCLDebugInfo100DebugBaseTypeAttributeEncoding( in ValidateExtInst()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_extensions.cpp741 auto ocl_encoding = OpenCLDebugInfo100DebugBaseTypeAttributeEncoding( in IsDebugVariableWithIntScalarType()
2933 OpenCLDebugInfo100DebugBaseTypeAttributeEncoding( in ValidateExtInst()
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp553 OpenCLDebugInfo100DebugBaseTypeAttributeEncoding encoding = OpenCLDebugInfo100Unspecified;
1594 type->encoding = static_cast<OpenCLDebugInfo100DebugBaseTypeAttributeEncoding>(insn.word(7)); in process()