Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp79 VkShaderStageFlags shaderStage; member
249 if (m_pushConstantRange[rangeNdx].range.shaderStage & VK_SHADER_STAGE_VERTEX_BIT) in initPrograms()
385 if (m_pushConstantRange[rangeNdx].range.shaderStage & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT) in initPrograms()
409 if (m_pushConstantRange[rangeNdx].range.shaderStage & VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT) in initPrograms()
429 if (m_pushConstantRange[rangeNdx].range.shaderStage & VK_SHADER_STAGE_GEOMETRY_BIT) in initPrograms()
456 if (m_pushConstantRange[rangeNdx].range.shaderStage & VK_SHADER_STAGE_FRAGMENT_BIT) in initPrograms()
466 if (m_pushConstantRange[rangeNdx].range.shaderStage & VK_SHADER_STAGE_VERTEX_BIT) in initPrograms()
749 pushConstantRanges[rangeNdx].stageFlags = m_pushConstantRange[rangeNdx].range.shaderStage; in PushConstantGraphicsTestInstance()
817 if (m_pushConstantRange[rangeNdx].range.shaderStage & VK_SHADER_STAGE_GEOMETRY_BIT) in PushConstantGraphicsTestInstance()
821 if (m_pushConstantRange[rangeNdx].range.shaderStage & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT) in PushConstantGraphicsTestInstance()
[all …]
DvktPipelineSpecConstantTests.cpp732 …Group* createDefaultValueTests (tcu::TestContext& testCtx, const VkShaderStageFlagBits shaderStage) in createDefaultValueTests() argument
799 testGroup->addChild(new SpecConstantTest(testCtx, shaderStage, defs[defNdx])); in createDefaultValueTests()
805 …createBasicSpecializationTests (tcu::TestContext& testCtx, const VkShaderStageFlagBits shaderStage) in createBasicSpecializationTests() argument
896 testGroup->addChild(new SpecConstantTest(testCtx, shaderStage, defs[defNdx])); in createBasicSpecializationTests()
1011 …up* createBuiltInOverrideTests (tcu::TestContext& testCtx, const VkShaderStageFlagBits shaderStage) in createBuiltInOverrideTests() argument
1040 testGroup->addChild(new SpecConstantTest(testCtx, shaderStage, defs[defNdx])); in createBuiltInOverrideTests()
1046 …seGroup* createExpressionTests (tcu::TestContext& testCtx, const VkShaderStageFlagBits shaderStage) in createExpressionTests() argument
1196 testGroup->addChild(new SpecConstantTest(testCtx, shaderStage, defs[defNdx])); in createExpressionTests()
1522 …aseGroup* createCompositeTests (tcu::TestContext& testCtx, const VkShaderStageFlagBits shaderStage) in createCompositeTests() argument
1553 …group->addChild(new SpecConstantTest(testCtx, shaderStage, makeMatrixVectorCompositeCaseDefinition… in createCompositeTests()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkGlslToSpirV.cpp227 const EShLanguage shaderStage = getGlslangStage(glu::ShaderType(shaderType)); in compileGlslToSpirV() local
228 glslang::TShader shader (shaderStage); in compileGlslToSpirV()
261 const glslang::TIntermediate* const intermediate = program.getIntermediate(shaderStage); in compileGlslToSpirV()
DvkPrograms.cpp220 glu::ShaderType getGluShaderType (VkShaderStageFlagBits shaderStage) in getGluShaderType() argument
222 switch (shaderStage) in getGluShaderType()
DvkPrograms.hpp179 glu::ShaderType getGluShaderType (VkShaderStageFlagBits shaderStage);
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp1040 VkShaderStageFlagBits shaderStage; member
1045 : shaderStage (shaderStage_) in Parameters()
1095 const char* const source = getSource(params.shaderStage); in initPrograms()
1100 << glu::ShaderSource(getGluShaderType(params.shaderStage), source); in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp231 …elineStageFlags pipelineStageFlagsFromShaderStageFlagBits (const VkShaderStageFlagBits shaderStage) in pipelineStageFlagsFromShaderStageFlagBits() argument
233 switch (shaderStage) in pipelineStageFlagsFromShaderStageFlagBits()