/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkObjUtil.cpp | 57 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in makeComputePipeline() local 72 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in makeComputePipeline() 210 std::vector<VkPipelineShaderStageCreateInfo> pipelineShaderStageParams; in makeGraphicsPipeline() local 215 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 222 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 229 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 236 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 243 pipelineShaderStageParams.push_back(stageCreateInfo); in makeGraphicsPipeline() 384 (deUint32)pipelineShaderStageParams.size(), // deUint32 stageCount in makeGraphicsPipeline() 385 &pipelineShaderStageParams[ in makeGraphicsPipeline() 435 std::vector<VkPipelineShaderStageCreateInfo> pipelineShaderStageParams; makeGraphicsPipeline() local 489 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipeline basePipelineHandle, const VkPipelineLayout pipelineLayout, const VkPipelineCreateFlags pipelineCreateFlags, const std::vector<VkPipelineShaderStageCreateInfo>& pipelineShaderStageParams, const VkRenderPass renderPass, const std::vector<VkViewport>& viewports, const std::vector<VkRect2D>& scissors, const deUint32 subpass, const VkPipelineRasterizationStateCreateInfo* rasterizationStateCreateInfo, const VkPipelineMultisampleStateCreateInfo* multisampleStateCreateInfo, const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, const VkPipelineColorBlendStateCreateInfo* colorBlendStateCreateInfo, const VkPipelineDynamicStateCreateInfo* dynamicStateCreateInfo, const void* pNext) makeGraphicsPipeline() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A 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/ |
H A D | vktSpvAsmFromHlslTests.cpp | 162 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in iterate() local 177 pipelineShaderStageParams, in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOCornerCase.cpp | 269 const vk::VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in iterate() local 284 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOCornerCase.cpp | 269 const vk::VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in iterate() local 284 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A 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 stageCount in makeGraphicsPipeline() 503 &pipelineShaderStageParams[0], // const VkPipelineShaderStageCreateInfo* pStages in makeGraphicsPipeline() 3917 const vk::VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in makeComputePipeline() local 3932 pipelineShaderStageParams, // VkPipelineShaderStageCreateInf in makeComputePipeline() 3985 vk::VkPipelineShaderStageCreateInfo pipelineShaderStageParams = makeMeshPipeline() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A 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 stageCount in makeGraphicsPipeline() 503 &pipelineShaderStageParams[0], // const VkPipelineShaderStageCreateInfo* pStages in makeGraphicsPipeline() 3905 const vk::VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in makeComputePipeline() local 3920 pipelineShaderStageParams, // VkPipelineShaderStageCreateInf in makeComputePipeline() 3967 vk::VkPipelineShaderStageCreateInfo pipelineShaderStageParams = makeMeshPipeline() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
H A 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/memory_model/ |
H A 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/ray_tracing/ |
H A 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_no_buildgn/vulkan/ray_tracing/ |
H A 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/ |
H A D | vktRenderPassFragmentDensityMapTests.cpp | 912 std::vector<VkPipelineShaderStageCreateInfo> pipelineShaderStageParams(2, in buildGraphicsPipeline() 922 pipelineShaderStageParams[1].stage = VK_SHADER_STAGE_FRAGMENT_BIT; in buildGraphicsPipeline() 923 pipelineShaderStageParams[1].module = fragmentShaderModule; in buildGraphicsPipeline() 1061 (deUint32)pipelineShaderStageParams.size(), // deUint32 stageCount in buildGraphicsPipeline() 1062 &pipelineShaderStageParams[0], // const VkPipelineShaderStageCreateInfo* pStages in buildGraphicsPipeline() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
H A D | vktAttachmentRateTests.cpp | 549 std::vector<VkPipelineShaderStageCreateInfo> pipelineShaderStageParams(2, in buildGraphicsPipeline() 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() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassFragmentDensityMapTests.cpp | 907 std::vector<VkPipelineShaderStageCreateInfo> pipelineShaderStageParams(2, in buildGraphicsPipeline() 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() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemShaderImageAccessTests.cpp | 703 const vk::VkPipelineShaderStageCreateInfo pipelineShaderStageParams in executeComputeTest() 719 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in executeComputeTest() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolPerformanceTests.cpp | 887 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in initStateObjects() local 902 pipelineShaderStageParams, // stage in initStateObjects()
|
H A 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/ |
H A D | vktQueryPoolPerformanceTests.cpp | 882 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in initStateObjects() local 897 pipelineShaderStageParams, // stage in initStateObjects()
|
H A 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/vulkan/fragment_shading_rate/ |
H A D | vktAttachmentRateTests.cpp | 710 std::vector<VkPipelineShaderStageCreateInfo> pipelineShaderStageParams(2, in buildGraphicsPipeline() 721 pipelineShaderStageParams[1].stage = VK_SHADER_STAGE_FRAGMENT_BIT; in buildGraphicsPipeline() 722 pipelineShaderStageParams[1].module = fragShader; in buildGraphicsPipeline() 885 (deUint32)pipelineShaderStageParams.size(), // deUint32 stageCount in buildGraphicsPipeline() 886 &pipelineShaderStageParams[0], // const VkPipelineShaderStageCreateInfo* pStages in buildGraphicsPipeline() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryCullRayFlagsTests.cpp | 803 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in initConfiguration() local 818 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in initConfiguration()
|
H A D | vktRayQueryTraversalControlTests.cpp | 758 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in initConfiguration() local 773 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in initConfiguration()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryCullRayFlagsTests.cpp | 803 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in initConfiguration() local 818 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in initConfiguration()
|
H A D | vktRayQueryTraversalControlTests.cpp | 758 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in initConfiguration() local 773 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in initConfiguration()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageHostImageCopyTests.cpp | 656 const vk::VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in iterate() local 671 pipelineShaderStageParams, // stage in iterate()
|