/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkObjUtil.cpp | 49 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in makeComputePipeline() local 64 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in makeComputePipeline() 201 std::vector<VkPipelineShaderStageCreateInfo> pipelineShaderStageParams; in makeGraphicsPipeline() local 206 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 213 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 220 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 227 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 234 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 375 …(deUint32)pipelineShaderStageParams.size(), // deUint32 … in makeGraphicsPipeline() 376 …&pipelineShaderStageParams[0], // const VkPipelineShaderStageCreateInfo* … in makeGraphicsPipeline() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFromHlslTests.cpp | 162 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in iterate() local 177 pipelineShaderStageParams, in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmFromHlslTests.cpp | 162 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in iterate() local 177 pipelineShaderStageParams, in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOCornerCase.cpp | 269 const vk::VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in iterate() local 284 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in iterate()
|
D | vktSSBOLayoutCase.cpp | 2318 const vk::VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in iterate() local 2333 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
D | vktSSBOCornerCase.cpp | 269 const vk::VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in iterate() local 284 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in iterate()
|
D | vktSSBOLayoutCase.cpp | 2318 const vk::VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in iterate() local 2333 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.cpp | 266 std::vector<VkPipelineShaderStageCreateInfo> pipelineShaderStageParams; in makeGraphicsPipeline() local 302 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 311 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 320 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 329 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 338 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 502 …(deUint32)pipelineShaderStageParams.size(), // deUint32 … in makeGraphicsPipeline() 503 …&pipelineShaderStageParams[0], // const VkPipelineShaderStageCreateInfo* … in makeGraphicsPipeline() 3905 const vk::VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in makeComputePipeline() local 3920 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in makeComputePipeline() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.cpp | 266 std::vector<VkPipelineShaderStageCreateInfo> pipelineShaderStageParams; in makeGraphicsPipeline() local 302 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 311 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 320 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 329 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 338 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 502 …(deUint32)pipelineShaderStageParams.size(), // deUint32 … in makeGraphicsPipeline() 503 …&pipelineShaderStageParams[0], // const VkPipelineShaderStageCreateInfo* … in makeGraphicsPipeline() 3905 const vk::VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in makeComputePipeline() local 3920 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in makeComputePipeline() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
D | vktMemoryModelSharedLayoutCase.cpp | 433 const vk::VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in iterate() local 448 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
D | vktMemoryModelSharedLayoutCase.cpp | 433 const vk::VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in iterate() local 448 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
D | vktRayTracingTraceRaysTests.cpp | 489 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in runTest() local 504 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in runTest() 1118 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in iterate() local 1133 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingTraceRaysTests.cpp | 489 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in runTest() local 504 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in runTest() 1118 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in iterate() local 1133 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassFragmentDensityMapTests.cpp | 907 std::vector<VkPipelineShaderStageCreateInfo> pipelineShaderStageParams(2, in buildGraphicsPipeline() local 917 pipelineShaderStageParams[1].stage = VK_SHADER_STAGE_FRAGMENT_BIT; in buildGraphicsPipeline() 918 pipelineShaderStageParams[1].module = fragmentShaderModule; in buildGraphicsPipeline() 1056 (deUint32)pipelineShaderStageParams.size(), // deUint32 stageCount in buildGraphicsPipeline() 1057 …&pipelineShaderStageParams[0], // const VkPipelineShaderStageCreateInfo* pStages in buildGraphicsPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktAttachmentRateTests.cpp | 549 std::vector<VkPipelineShaderStageCreateInfo> pipelineShaderStageParams(2, in buildGraphicsPipeline() local 560 pipelineShaderStageParams[1].stage = VK_SHADER_STAGE_FRAGMENT_BIT; in buildGraphicsPipeline() 561 pipelineShaderStageParams[1].module = fragShader; in buildGraphicsPipeline() 724 (deUint32)pipelineShaderStageParams.size(), // deUint32 stageCount in buildGraphicsPipeline() 725 &pipelineShaderStageParams[0], // const VkPipelineShaderStageCreateInfo* pStages in buildGraphicsPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassFragmentDensityMapTests.cpp | 907 std::vector<VkPipelineShaderStageCreateInfo> pipelineShaderStageParams(2, in buildGraphicsPipeline() local 917 pipelineShaderStageParams[1].stage = VK_SHADER_STAGE_FRAGMENT_BIT; in buildGraphicsPipeline() 918 pipelineShaderStageParams[1].module = fragmentShaderModule; in buildGraphicsPipeline() 1056 (deUint32)pipelineShaderStageParams.size(), // deUint32 stageCount in buildGraphicsPipeline() 1057 …&pipelineShaderStageParams[0], // const VkPipelineShaderStageCreateInfo* pStages in buildGraphicsPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
D | vktAttachmentRateTests.cpp | 549 std::vector<VkPipelineShaderStageCreateInfo> pipelineShaderStageParams(2, in buildGraphicsPipeline() local 560 pipelineShaderStageParams[1].stage = VK_SHADER_STAGE_FRAGMENT_BIT; in buildGraphicsPipeline() 561 pipelineShaderStageParams[1].module = fragShader; in buildGraphicsPipeline() 724 (deUint32)pipelineShaderStageParams.size(), // deUint32 stageCount in buildGraphicsPipeline() 725 &pipelineShaderStageParams[0], // const VkPipelineShaderStageCreateInfo* pStages in buildGraphicsPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolPerformanceTests.cpp | 882 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in initStateObjects() local 897 pipelineShaderStageParams, // stage in initStateObjects()
|
D | vktQueryPoolStatisticsTests.cpp | 623 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in executeTest() local 639 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in executeTest() 847 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in executeTest() local 863 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in executeTest() 1104 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in executeTest() local 1120 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in executeTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
D | vktQueryPoolPerformanceTests.cpp | 882 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in initStateObjects() local 897 pipelineShaderStageParams, // stage in initStateObjects()
|
D | vktQueryPoolStatisticsTests.cpp | 623 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in executeTest() local 639 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in executeTest() 847 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in executeTest() local 863 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in executeTest() 1104 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in executeTest() local 1120 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in executeTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
D | vktRayQueryTraversalControlTests.cpp | 758 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in initConfiguration() local 773 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in initConfiguration()
|
D | vktRayQueryCullRayFlagsTests.cpp | 803 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in initConfiguration() local 818 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in initConfiguration()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryTraversalControlTests.cpp | 758 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in initConfiguration() local 773 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in initConfiguration()
|
D | vktRayQueryCullRayFlagsTests.cpp | 803 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in initConfiguration() local 818 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in initConfiguration()
|