Searched refs:spirvType (Results 1 – 7 of 7) sorted by relevance
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | Types.h | 1461 TSpirvType* spirvType; variable 1482 spirvType = nullptr; in initType() 1543 , spirvType(nullptr) in POOL_ALLOCATOR_NEW_DELETE() 1557 , spirvType(nullptr) in basicType() 1573 , spirvType(p.spirvType) in TType() 1610 , spirvType(nullptr) in basicType() 1663 , spirvType(nullptr) in TType() 1675 , spirvType(nullptr) in TType() 1686 , spirvType(nullptr) in TType() 1719 spirvType = copyOf.spirvType; in shallowCopy() [all …]
|
/external/angle/src/compiler/translator/ |
D | BuildSPIRV.cpp | 395 SpirvType spirvType; in getSpirvType() local 396 spirvType.type = type.getBasicType(); in getSpirvType() 397 spirvType.primarySize = static_cast<uint8_t>(type.getNominalSize()); in getSpirvType() 398 spirvType.secondarySize = static_cast<uint8_t>(type.getSecondarySize()); in getSpirvType() 399 spirvType.arraySizes = type.getArraySizes(); in getSpirvType() 400 spirvType.imageInternalFormat = type.getLayoutQualifier().imageInternalFormat; in getSpirvType() 402 switch (spirvType.type) in getSpirvType() 409 spirvType.type = EbtSampler2D; in getSpirvType() 417 spirvType.block = type.getStruct(); in getSpirvType() 421 spirvType.block = type.getInterfaceBlock(); in getSpirvType() [all …]
|
D | OutputSPIRV.cpp | 3545 SpirvType spirvType = mBuilder.getSpirvType(*coordinatesType, {}); in createImageTextureBuiltIn() local 3546 const spirv::IdRef coordinatesTypeId = mBuilder.getSpirvTypeData(spirvType, nullptr).id; in createImageTextureBuiltIn() 3547 spirvType.primarySize = 1; in createImageTextureBuiltIn() 3548 const spirv::IdRef channelTypeId = mBuilder.getSpirvTypeData(spirvType, nullptr).id; in createImageTextureBuiltIn()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | SpirvIntrinsics.cpp | 267 if (!spirvType) in setSpirvType() 268 spirvType = new TSpirvType; in setSpirvType() 271 spirvType->spirvInst = spirvInst; in setSpirvType() 273 spirvType->typeParams = *typeParams; in setSpirvType()
|
/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/ |
D | ConvertStandardToSPIRV.cpp | 279 Type spirvType = typeConverter.convertType(allocType); in matchAndRewrite() local 297 loc, TypeAttr::get(spirvType), varName, in matchAndRewrite()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTypeTests.cpp | 739 const char* spirvType, 883 const char* spirvType, in SpvAsmTypeTests() argument 891 , m_spirvType (spirvType) in SpvAsmTypeTests() 1819 string getVariableStr (vector<T>& dataset, const char* spirvType, deUint32 spirvOperation) in getVariableStr() argument 1827 …str += "%testvariable_" + de::toString(i) + " = OpVariable %fp_" + spirvType + " Function %c_testt… in getVariableStr()
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | GlslangToSpv.cpp | 4139 const auto& spirvType = type.getSpirvType(); in convertGlslangToSpvType() local 4140 const auto& spirvInst = spirvType.spirvInst; in convertGlslangToSpvType() 4143 for (const auto& typeParam : spirvType.typeParams) { in convertGlslangToSpvType()
|