Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp316 VkPipelineShaderStageCreateInfo shaderStages[2]; in RenderPipeline() local
/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.cpp883 …const auto shaderStages = createShaderStages(modules, {VK_SHADER_STAGE_VERTEX_BIT, VK_SHADER_STAG… in testInstance() local
1064 const auto shaderStages = createShaderStages(modules, {VK_SHADER_STAGE_COMPUTE_BIT}); in testInstance() local
DvktPipelineInputAssemblyTests.cpp1239 std::vector<VkPipelineShaderStageCreateInfo> shaderStages; in InputAssemblyInstance() local
DvktPipelineColorWriteEnableTests.cpp640 std::vector<vk::VkPipelineShaderStageCreateInfo> shaderStages; in iterate() local
DvktPipelinePushConstantTests.cpp146 const VkShaderStageFlags shaderStages[] = in getShaderStageNameStr() local
856 const VkShaderStageFlags shaderStages[] = in getPushConstantRanges() local
DvktPipelineExtendedDynamicStateTests.cpp2023 std::vector<vk::VkPipelineShaderStageCreateInfo> shaderStages; in iterate() local
DvktPipelineMultisampleTests.cpp4808 std::vector<vk::VkPipelineShaderStageCreateInfo> shaderStages; in iterate() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h217 VkPipelineShaderStageCreateInfo shaderStages[2]; member
/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/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
DvktRayTracingMiscTests.cpp3875 const VkShaderStageFlagBits shaderStages[] = in init() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferMarkerTests.cpp630 std::vector<VkPipelineShaderStageCreateInfo> shaderStages; in bufferMarkerMemoryDep() local
DvktApiFeatureInfo.cpp110 deUint32 shaderStages = 3; in validateFeatureLimits() local
708 deUint32 shaderStages = 3; in validateLimits12() local
1189 const deUint32 shaderStages = 3 + tessellationShaderCount + geometryShaderCount; in validateLimitsExtDescriptorIndexing() 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/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp861 deUint32 vkt::subgroups::getStagesCount (const VkShaderStageFlags shaderStages) in getStagesCount()
4055 static inline void checkShaderStageSetValidity (const VkShaderStageFlags shaderStages) in checkShaderStageSetValidity()
4069 void vkt::subgroups::supportedCheckShader (Context& context, const VkShaderStageFlags shaderStages) in supportedCheckShader()
/third_party/flutter/glfw/tests/
Dvulkan.c1417 VkPipelineShaderStageCreateInfo shaderStages[2]; in demo_prepare_pipeline() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp897 Move<vk::VkDescriptorSetLayout> createDescriptorSetLayout (Context& context, deUint32 shaderStages) in createDescriptorSetLayout()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp606 angle::FixedVector<VkPipelineShaderStageCreateInfo, 2> shaderStages; in initializePipeline() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp1712 angle::FixedVector<VkPipelineShaderStageCreateInfo, 5> shaderStages; in initializePipeline() local
DContextVk.cpp5458 gl::ShaderBitSet shaderStages = activeImageShaderBits[imageUnitIndex]; in updateActiveImages() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp825 …const RenderInstanceShaders shaderStages (m_vki, m_device, m_context.getDeviceFeatures(), m… in createPipeline() local