HomeSort by relevance Sort by last modified time
    Searched refs:spirvVersion (Results 1 - 16 of 16) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkSpirVAsm.hpp 35 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);
vkSpirVAsm.cpp 56 static spv_target_env mapTargetSpvEnvironment(SpirvVersion spirvVersion)
60 switch (spirvVersion)
72 bool assembleSpirV (const SpirVAsmSource* program, std::vector<deUint32>* dst, SpirVProgramInfo* buildInfo, SpirvVersion spirvVersion)
74 const spv_context context = spvContextCreate(mapTargetSpvEnvironment(spirvVersion));
115 void disassembleSpirV (size_t binarySizeInWords, const deUint32* binary, std::ostream* dst, SpirvVersion spirvVersion)
117 const spv_context context = spvContextCreate(mapTargetSpvEnvironment(spirvVersion));
207 bool assembleSpirV (const SpirVAsmSource*, std::vector<deUint32>*, SpirVProgramInfo*, SpirvVersion)
    [all...]
vkPrograms.cpp 105 void optimizeCompiledBinary (vector<deUint32>& binary, int optimizationRecipe, const SpirvVersion spirvVersion)
109 // Map SpirvVersion with spv_target_env:
110 switch (spirvVersion)
555 const SpirvVersion spirvVersion = program.buildOptions.targetVersion;
623 optimizeCompiledBinary(binary, optimizationRecipe, spirvVersion);
640 const SpirvVersion spirvVersion = program.buildOptions.targetVersion;
708 optimizeCompiledBinary(binary, optimizationRecipe, spirvVersion);
    [all...]
vkPrograms.hpp 221 vk::SpirvVersion getMaxSpirvVersionForAsm (const deUint32 vulkanVersion);
222 vk::SpirvVersion getMaxSpirvVersionForGlsl (const deUint32 vulkanVersion);
223 vk::SpirvVersion getBaselineSpirvVersion (const deUint32 vulkanVersion);
224 SpirvVersion extractSpirvVersion (const ProgramBinary& binary);
225 std::string getSpirvVersionName (const SpirvVersion spirvVersion);
226 SpirvVersion& operator++ (SpirvVersion& spirvVersion);
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmSpirvVersionTests.cpp 66 SpirvVersion spirvVersion;
150 const deUint32 seed = (static_cast<deUint32>(testParameters.operation)<<16) ^ static_cast<deUint32>(testParameters.spirvVersion);
172 static bool isSpirVersionsAsRequested (const BinaryCollection& binaryCollection, SpirvVersion requestedSpirvVersion)
180 SpirvVersion binarySpirvVersion = extractSpirvVersion (binaryIt.getProgram());
209 if (!isSpirVersionsAsRequested(m_context.getBinaryCollection(), m_testParameters.spirvVersion))
237 if (!isSpirVersionsAsRequested(m_context.getBinaryCollection(), m_testParameters.spirvVersion))
261 void validateVulkanVersion (const deUint32 usedVulkanVersion, const SpirvVersion testedSpirvVersion)
263 const SpirvVersion usedSpirvVersionForAsm = getMaxSpirvVersionForAsm(usedVulkanVersion);
271 const SpirVAsmBuildOptions spirVAsmBuildOptions (programCollection.usedVulkanVersion, m_testParameters.spirvVersion);
    [all...]
vktSpvAsmVaryingNameTests.cpp 51 SpirvVersion targetSpirvVersion = context.resources.spirvVersion;
vktSpvAsmComputeShaderTestUtil.hpp 353 SpirvVersion spirvVersion;
364 , spirvVersion (SPIRV_VERSION_1_0)
vktSpvAsmVariableInitTests.cpp 270 SpirvVersion targetSpirvVersion = context.resources.spirvVersion;
424 SpirvVersion targetSpirvVersion = context.resources.spirvVersion;
vktSpvAsmGraphicsShaderTestUtil.hpp 101 SpirvVersion spirvVersion;
107 , spirvVersion (SPIRV_VERSION_1_0)
vktSpvAsmComputeShaderCase.cpp 366 programCollection.spirvAsmSources.add("compute") << m_shaderSpec.assembly.c_str() << SpirVAsmBuildOptions(programCollection.usedVulkanVersion, m_shaderSpec.spirvVersion);
371 if (getMinRequiredVulkanVersion(m_shaderSpec.spirvVersion) > ctx.getUsedApiVersion())
373 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());
vktSpvAsmGraphicsShaderTestUtil.cpp     [all...]
vktSpvAsmFloatControlsTests.cpp     [all...]
vktSpvAsm16bitStorageTests.cpp     [all...]
vktSpvAsmInstructionTests.cpp 905 spec.spirvVersion = SPIRV_VERSION_1_3;
    [all...]
  /external/deqp-deps/glslang/StandAlone/
StandAlone.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderDerivateTests.cpp     [all...]

Completed in 949 milliseconds