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_no_buildgn/vulkan/subgroups/
DvktSubgroupsBallotOtherTests.cpp281 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initFrameBufferPrograms() local
283 …Collection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, … in initFrameBufferPrograms()
298 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initPrograms() local
300 …Collection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, … in initPrograms()
DvktSubgroupsShuffleTests.cpp218 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initFrameBufferPrograms() local
220 …Collection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, … in initFrameBufferPrograms()
235 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initPrograms() local
237 …Collection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, … in initPrograms()
DvktSubgroupsShapeTests.cpp176 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initFrameBufferPrograms() local
178 …Collection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, … in initFrameBufferPrograms()
DvktSubgroupsBallotMasksTests.cpp205 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initFrameBufferPrograms() local
207 …Collection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, … in initFrameBufferPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBallotOtherTests.cpp281 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initFrameBufferPrograms() local
283 …Collection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, … in initFrameBufferPrograms()
298 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initPrograms() local
300 …Collection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, … in initPrograms()
DvktSubgroupsShuffleTests.cpp218 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initFrameBufferPrograms() local
220 …Collection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, … in initFrameBufferPrograms()
235 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initPrograms() local
237 …Collection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, … in initPrograms()
DvktSubgroupsBallotMasksTests.cpp205 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initFrameBufferPrograms() local
207 …Collection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, … in initFrameBufferPrograms()
DvktSubgroupsShapeTests.cpp176 const bool pointSizeSupported = *caseDef.geometryPointSizeSupported; in initFrameBufferPrograms() local
178 …Collection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32_UINT, pointSizeSupported, extHeader, … in initFrameBufferPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderExecutor.cpp431 …ec, 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/vulkan/shaderexecutor/
DvktShaderExecutor.cpp431 …ec, 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()