Home
last modified time | relevance | path

Searched refs:pipelineShaderStageParams (Results 1 - 25 of 33) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkObjUtil.cpp57 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 DvktSpvAsmFromHlslTests.cpp162 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 DvktSpvAsmFromHlslTests.cpp162 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in iterate() local
177 pipelineShaderStageParams, in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOCornerCase.cpp269 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 DvktSSBOCornerCase.cpp269 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 DvktSubgroupsTestsUtils.cpp266 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 DvktSubgroupsTestsUtils.cpp266 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 DvktMemoryModelSharedLayoutCase.cpp433 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 DvktMemoryModelSharedLayoutCase.cpp433 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 DvktRayTracingTraceRaysTests.cpp489 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 DvktRayTracingTraceRaysTests.cpp489 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 DvktRenderPassFragmentDensityMapTests.cpp912 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 DvktAttachmentRateTests.cpp549 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 DvktRenderPassFragmentDensityMapTests.cpp907 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 DvktProtectedMemShaderImageAccessTests.cpp703 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 DvktQueryPoolPerformanceTests.cpp887 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in initStateObjects() local
902 pipelineShaderStageParams, // stage in initStateObjects()
H A DvktQueryPoolStatisticsTests.cpp623 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 DvktQueryPoolPerformanceTests.cpp882 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in initStateObjects() local
897 pipelineShaderStageParams, // stage in initStateObjects()
H A DvktQueryPoolStatisticsTests.cpp623 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 DvktAttachmentRateTests.cpp710 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 DvktRayQueryCullRayFlagsTests.cpp803 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in initConfiguration() local
818 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in initConfiguration()
H A DvktRayQueryTraversalControlTests.cpp758 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 DvktRayQueryCullRayFlagsTests.cpp803 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in initConfiguration() local
818 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in initConfiguration()
H A DvktRayQueryTraversalControlTests.cpp758 const VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in initConfiguration() local
773 pipelineShaderStageParams, // VkPipelineShaderStageCreateInfo stage; in initConfiguration()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageHostImageCopyTests.cpp656 const vk::VkPipelineShaderStageCreateInfo pipelineShaderStageParams = in iterate() local
671 pipelineShaderStageParams, // stage in iterate()

Completed in 89 milliseconds

12