Home
last modified time | relevance | path

Searched defs:spirvType (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.cpp525 SpirvType spirvType; in getSpirvType() local
563 SpirvType spirvType = getSpirvType(type, typeSpec); in getTypeData() local
583 SpirvType spirvType = getSpirvType(type, typeSpec); in getTypeDataOverrideTypeSpec() local
1322 SpirvType spirvType; in getBasicConstantHelper() local
1518 SpirvType spirvType; in declareSpecConst() local
DOutputSPIRV.cpp3928 SpirvType spirvType = mBuilder.getSpirvType(*coordinatesType, {}); in createImageTextureBuiltIn() local
/third_party/glslang/glslang/Include/
DTypes.h1464 TSpirvType* spirvType; variable
2872 TSpirvType* spirvType; // SPIR-V type defined by spirv_type directive variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp883 const char* spirvType, in SpvAsmTypeTests()
1823 string getVariableStr (vector<T>& dataset, const char* spirvType, deUint32 spirvOperation) in getVariableStr()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp883 const char* spirvType, in SpvAsmTypeTests()
1823 string getVariableStr (vector<T>& dataset, const char* spirvType, deUint32 spirvOperation) in getVariableStr()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp4548 const auto& spirvType = type.getSpirvType(); in convertGlslangToSpvType() local