Searched refs:spirvVersion (Results 1 - 11 of 11) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkSpirVAsm.hpp35 bool assembleSpirV (const SpirVAsmSource* program, std::vector<deUint32>* dst, SpirVProgramInfo* buildInfo, SpirvVersion spirvVersion);
38 void disassembleSpirV (size_t binarySizeInWords, const deUint32* binary, std::ostream* dst, SpirvVersion spirvVersion);
41 bool validateSpirV (size_t binarySizeInWords, const deUint32* binary, std::ostream* infoLog, SpirvVersion spirvVersion);
H A DvkPrograms.cpp102 void validateCompiledBinary(const vector<deUint32>& binary, glu::ShaderProgramInfo* buildInfo, const SpirvVersion spirvVersion) argument
106 if (!validateSpirV(binary.size(), &binary[0], &validationLog, spirvVersion))
117 const SpirvVersion spirvVersion = program.buildOptions.targetVersion; local
133 validateCompiledBinary(binary, buildInfo, spirvVersion);
140 const SpirvVersion spirvVersion = program.buildOptions.targetVersion; local
156 validateCompiledBinary(binary, buildInfo, spirvVersion);
163 const SpirvVersion spirvVersion = program.buildOptions.targetVersion; local
167 if (!assembleSpirV(&program, &binary, buildInfo, spirvVersion))
174 if (!validateSpirV(binary.size(), &binary[0], &validationLog, spirvVersion))
324 const deUint32 spirvVersion
341 getSpirvVersionName(const SpirvVersion spirvVersion) argument
[all...]
H A DvkSpirVAsm.cpp42 static spv_target_env mapTargetSpvEnvironment(SpirvVersion spirvVersion) argument
46 switch (spirvVersion)
58 bool assembleSpirV (const SpirVAsmSource* program, std::vector<deUint32>* dst, SpirVProgramInfo* buildInfo, SpirvVersion spirvVersion) argument
60 const spv_context context = spvContextCreate(mapTargetSpvEnvironment(spirvVersion));
101 void disassembleSpirV (size_t binarySizeInWords, const deUint32* binary, std::ostream* dst, SpirvVersion spirvVersion) argument
103 const spv_context context = spvContextCreate(mapTargetSpvEnvironment(spirvVersion));
133 bool validateSpirV (size_t binarySizeInWords, const deUint32* binary, std::ostream* infoLog, SpirvVersion spirvVersion) argument
135 const spv_context context = spvContextCreate(mapTargetSpvEnvironment(spirvVersion));
H A DvkPrograms.hpp225 std::string getSpirvVersionName (const SpirvVersion spirvVersion);
226 SpirvVersion& operator++ (SpirvVersion& spirvVersion);
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmSpirvVersionTests.cpp66 SpirvVersion spirvVersion; member in struct:vkt::SpirVAssembly::TestParameters
150 const deUint32 seed = (static_cast<deUint32>(testParameters.operation)<<16) ^ static_cast<deUint32>(testParameters.spirvVersion);
209 if (!isSpirVersionsAsRequested(m_context.getBinaryCollection(), m_testParameters.spirvVersion))
237 if (!isSpirVersionsAsRequested(m_context.getBinaryCollection(), m_testParameters.spirvVersion))
271 const SpirVAsmBuildOptions spirVAsmBuildOptions (m_testParameters.spirvVersion);
273 validateVulkanVersion(programCollection.usedVulkanVersion, m_testParameters.spirvVersion);
340 validateVulkanVersion(context.getUsedApiVersion(), m_testParameters.spirvVersion);
373 for (SpirvVersion spirvVersion = SPIRV_VERSION_1_0; spirvVersion < SPIRV_VERSION_LAST; ++spirvVersion)
[all...]
H A DvktSpvAsmComputeShaderTestUtil.hpp236 SpirvVersion spirvVersion; member in struct:vkt::SpirVAssembly::ComputeShaderSpec
246 , spirvVersion (SPIRV_VERSION_1_0)
H A DvktSpvAsmComputeShaderCase.cpp281 programCollection.spirvAsmSources.add("compute") << m_shaderSpec.assembly.c_str() << SpirVAsmBuildOptions(m_shaderSpec.spirvVersion);
286 if (getMinRequiredVulkanVersion(m_shaderSpec.spirvVersion) > ctx.getUsedApiVersion())
288 TCU_THROW(NotSupportedError, std::string("Vulkan higher than or equal to " + getVulkanName(getMinRequiredVulkanVersion(m_shaderSpec.spirvVersion)) + " is required for this test to run").c_str());
H A DvktSpvAsmGraphicsShaderTestUtil.hpp97 SpirvVersion spirvVersion; member in struct:vkt::SpirVAssembly::GraphicsResources
102 , spirvVersion (SPIRV_VERSION_1_0)
H A DvktSpvAsmGraphicsShaderTestUtil.cpp1275 targetSpirvVersion = context.resources.spirvVersion;
1307 targetSpirvVersion = context.resources.spirvVersion;
1345 targetSpirvVersion = context.resources.spirvVersion;
1381 targetSpirvVersion = context.resources.spirvVersion;
1415 targetSpirvVersion = context.resources.spirvVersion;
2242 if (getMinRequiredVulkanVersion(instance.resources.spirvVersion) > context.getUsedApiVersion())
2244 TCU_THROW(NotSupportedError, string("Vulkan higher than or equal to " + getVulkanName(getMinRequiredVulkanVersion(instance.resources.spirvVersion)) + " is required for this test to run").c_str());
H A DvktSpvAsmInstructionTests.cpp692 spec.spirvVersion = SPIRV_VERSION_1_3;
4697 resources.spirvVersion = SPIRV_VERSION_1_3;
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktBuildPrograms.cpp204 vk::SpirvVersion spirvVersion; member in struct:vkt::__anon4670::Program
210 , spirvVersion (spirvVersion_)
216 , spirvVersion (vk::SPIRV_VERSION_LAST)

Completed in 1702 milliseconds