Home
last modified time | relevance | path

Searched refs:pointSizeSupported (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBallotOtherTests.cpp281 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initFrameBufferPrograms() local
283 subgroups::initStdFrameBufferPrograms(programCollection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, testSrc, "", headDeclarations); in initFrameBufferPrograms()
298 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initPrograms() local
300 subgroups::initStdPrograms(programCollection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, testSrc, "", headDeclarations); in initPrograms()
H A DvktSubgroupsShuffleTests.cpp220 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initFrameBufferPrograms() local
222 subgroups::initStdFrameBufferPrograms(programCollection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, testSrc, "", headDeclarations); in initFrameBufferPrograms()
237 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initPrograms() local
239 subgroups::initStdPrograms(programCollection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, testSrc, "", headDeclarations); in initPrograms()
H A DvktSubgroupsBallotMasksTests.cpp205 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initFrameBufferPrograms() local
207 subgroups::initStdFrameBufferPrograms(programCollection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, testSrc, "", headDeclarations); in initFrameBufferPrograms()
H A DvktSubgroupsShapeTests.cpp176 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initFrameBufferPrograms() local
178 subgroups::initStdFrameBufferPrograms(programCollection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, testSrc, "", headDeclarations); in initFrameBufferPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsBallotOtherTests.cpp281 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initFrameBufferPrograms() local
283 subgroups::initStdFrameBufferPrograms(programCollection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, testSrc, "", headDeclarations); in initFrameBufferPrograms()
298 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initPrograms() local
300 subgroups::initStdPrograms(programCollection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, testSrc, "", headDeclarations); in initPrograms()
H A DvktSubgroupsShuffleTests.cpp218 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initFrameBufferPrograms() local
220 subgroups::initStdFrameBufferPrograms(programCollection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, testSrc, "", headDeclarations); in initFrameBufferPrograms()
235 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initPrograms() local
237 subgroups::initStdPrograms(programCollection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, testSrc, "", headDeclarations); in initPrograms()
H A DvktSubgroupsBallotMasksTests.cpp205 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initFrameBufferPrograms() local
207 subgroups::initStdFrameBufferPrograms(programCollection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, testSrc, "", headDeclarations); in initFrameBufferPrograms()
H A DvktSubgroupsShapeTests.cpp176 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initFrameBufferPrograms() local
178 subgroups::initStdFrameBufferPrograms(programCollection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, testSrc, "", headDeclarations); in initFrameBufferPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp431 static std::string generateGeometryShader (const ShaderSpec& shaderSpec, const std::string& inputPrefix, const std::string& outputPrefix, const bool pointSizeSupported) in generateGeometryShader() argument
473 << (pointSizeSupported ? " gl_PointSize = gl_in[0].gl_PointSize;\n\n" : ""); in generateGeometryShader()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp431 static std::string generateGeometryShader (const ShaderSpec& shaderSpec, const std::string& inputPrefix, const std::string& outputPrefix, const bool pointSizeSupported) in generateGeometryShader() argument
473 << (pointSizeSupported ? " gl_PointSize = gl_in[0].gl_PointSize;\n\n" : ""); in generateGeometryShader()

Completed in 21 milliseconds