Home
last modified time | relevance | path

Searched defs:shaderStages (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp280 std::array<vk::PipelineShaderStageCreateInfo, 2> shaderStages; in createGraphicsPipeline() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp341 std::array<VkPipelineShaderStageCreateInfo, 2> shaderStages; in Initialize() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp881 …const auto shaderStages = createShaderStages(modules, {VK_SHADER_STAGE_VERTEX_BIT, VK_SHADER_STAG… in testInstance() local
1062 const auto shaderStages = createShaderStages(modules, {VK_SHADER_STAGE_COMPUTE_BIT}); in testInstance() local
DvktPipelinePushConstantTests.cpp146 const VkShaderStageFlags shaderStages[] = in getShaderStageNameStr() local
878 const VkShaderStageFlags shaderStages[] = in getPushConstantRanges() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp881 …const auto shaderStages = createShaderStages(modules, {VK_SHADER_STAGE_VERTEX_BIT, VK_SHADER_STAG… in testInstance() local
1062 const auto shaderStages = createShaderStages(modules, {VK_SHADER_STAGE_COMPUTE_BIT}); in testInstance() local
DvktPipelinePushConstantTests.cpp146 const VkShaderStageFlags shaderStages[] = in getShaderStageNameStr() local
878 const VkShaderStageFlags shaderStages[] = in getPushConstantRanges() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h217 VkPipelineShaderStageCreateInfo shaderStages[2]; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp1590 const auto shaderStages = getShaderStages(m_params.callType); in iterate() local
2419 const auto shaderStages = getShaderStages(m_params.interfaceType); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp1590 const auto shaderStages = getShaderStages(m_params.callType); in iterate() local
2419 const auto shaderStages = getShaderStages(m_params.interfaceType); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderPropertyTestsEXT.cpp472 std::vector<VkPipelineShaderStageCreateInfo> shaderStages; in iterate() local
1496 std::vector<VkPipelineShaderStageCreateInfo> shaderStages; in iterate() local
2292 std::vector<VkPipelineShaderStageCreateInfo> shaderStages; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderPropertyTestsEXT.cpp472 std::vector<VkPipelineShaderStageCreateInfo> shaderStages; in iterate() local
1496 std::vector<VkPipelineShaderStageCreateInfo> shaderStages; in iterate() local
2292 std::vector<VkPipelineShaderStageCreateInfo> shaderStages; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiBufferMarkerTests.cpp614 std::vector<VkPipelineShaderStageCreateInfo> shaderStages; in bufferMarkerMemoryDep() local
DvktApiFeatureInfo.cpp111 deUint32 shaderStages = 3; in validateFeatureLimits() local
719 deUint32 shaderStages = 3; in validateLimits12() local
1257 const deUint32 shaderStages = 3 + tessellationShaderCount + geometryShaderCount; in validateLimitsExtDescriptorIndexing() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferMarkerTests.cpp614 std::vector<VkPipelineShaderStageCreateInfo> shaderStages; in bufferMarkerMemoryDep() local
DvktApiFeatureInfo.cpp111 deUint32 shaderStages = 3; in validateFeatureLimits() local
719 deUint32 shaderStages = 3; in validateLimits12() local
1257 const deUint32 shaderStages = 3 + tessellationShaderCount + geometryShaderCount; in validateLimitsExtDescriptorIndexing() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsm64bitCompareTests.cpp1401 std::vector<vk::VkPipelineShaderStageCreateInfo> shaderStages; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm64bitCompareTests.cpp1401 std::vector<vk::VkPipelineShaderStageCreateInfo> shaderStages; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp863 deUint32 vkt::subgroups::getStagesCount (const VkShaderStageFlags shaderStages) in getStagesCount()
4455 static inline void checkShaderStageSetValidity (const VkShaderStageFlags shaderStages) in checkShaderStageSetValidity()
4473 void vkt::subgroups::supportedCheckShader (Context& context, const VkShaderStageFlags shaderStages) in supportedCheckShader()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp863 deUint32 vkt::subgroups::getStagesCount (const VkShaderStageFlags shaderStages) in getStagesCount()
4455 static inline void checkShaderStageSetValidity (const VkShaderStageFlags shaderStages) in checkShaderStageSetValidity()
4473 void vkt::subgroups::supportedCheckShader (Context& context, const VkShaderStageFlags shaderStages) in supportedCheckShader()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktPrimitivesGeneratedQueryTests.cpp1221 } shaderStages[] = in testGenerator() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
DvktPrimitivesGeneratedQueryTests.cpp1221 } shaderStages[] = in testGenerator() local
/third_party/glfw/tests/
Dvulkan.c1417 VkPipelineShaderStageCreateInfo shaderStages[2]; in demo_prepare_pipeline() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktShaderLibrary.cpp897 Move<vk::VkDescriptorSetLayout> createDescriptorSetLayout (Context& context, deUint32 shaderStages) in createDescriptorSetLayout()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp897 Move<vk::VkDescriptorSetLayout> createDescriptorSetLayout (Context& context, deUint32 shaderStages) in createDescriptorSetLayout()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp3218 const auto shaderStages = getAllShaderStagesFor(currentStage); in createDescriptorSetRandomTests() local

12