Home
last modified time | relevance | path

Searched refs:stageCount (Results 1 – 25 of 34) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta.c338 info->stageCount + 1 + use_gs); in create_rect_list_pipeline()
366 for (uint32_t i = 0; i < info->stageCount; i++) { in create_rect_list_pipeline()
373 info_local.stageCount = stage_count; in create_rect_list_pipeline()
Dvk_meta_clear.c173 .stageCount = 1, in get_clear_pipeline()
Dvk_meta_blit_resolve.c441 .stageCount = 1, in get_blit_pipeline()
Dvk_graphics_state.c1290 for (uint32_t i = 0; i < info->stageCount; i++) { in vk_graphics_pipeline_state_fill()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_HUAWEI_cluster_culling_shader.adoc252 pipelineInfo.stageCount = 3;
DVK_EXT_shader_object.adoc161 // NULL pShaders is equivalent to an array of stageCount VK_NULL_HANDLE values,
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp274 .stageCount = static_cast<uint32_t>(pipelineStages.size()), in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_beta.h677 uint32_t stageCount; member
Dvulkan_core.h3638 uint32_t stageCount; member
12644 uint32_t stageCount; member
14417 uint32_t stageCount; member
17366 …_PTR *PFN_vkCmdBindShadersEXT)(VkCommandBuffer commandBuffer, uint32_t stageCount, const VkShaderS…
17389 uint32_t stageCount,
17883 uint32_t stageCount; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_beta.h682 uint32_t stageCount; member
Dvulkan_hash.hpp4019 VULKAN_HPP_HASH_COMBINE( seed, executionGraphPipelineCreateInfoAMDX.stageCount ); in operator ()()
4951 VULKAN_HPP_HASH_COMBINE( seed, graphicsPipelineCreateInfo.stageCount ); in operator ()()
4990 VULKAN_HPP_HASH_COMBINE( seed, graphicsShaderGroupCreateInfoNV.stageCount ); in operator ()()
11873 VULKAN_HPP_HASH_COMBINE( seed, rayTracingPipelineCreateInfoKHR.stageCount ); in operator ()()
11912 VULKAN_HPP_HASH_COMBINE( seed, rayTracingPipelineCreateInfoNV.stageCount ); in operator ()()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_shader_object.adoc156 uint32_t stageCount,
415 // Setting pShaders to NULL is equivalent to specifying an array of stageCount VK_NULL_HANDLE values
578 // Setting pShaders to NULL is equivalent to specifying an array of stageCount VK_NULL_HANDLE values
DVK_AMDX_shader_enqueue.adoc70 uint32_t stageCount;
DVK_EXT_graphics_pipeline_library.adoc470 vertexShaderCreateInfo.stageCount = 1;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dexecutiongraphs.adoc96 * pname:stageCount is the number of entries in the pname:pStages array.
97 * pname:pStages is a pointer to an array of pname:stageCount
Dpipelines.adoc1351 * pname:stageCount is the number of entries in the pname:pStages array.
1352 * pname:pStages is a pointer to an array of pname:stageCount
1782 If omitted, pname:stageCount must: be set to `0` and pname:pStages must: be
3392 is not `0`, it must: be equal to pname:stageCount
3444 pname:pStages must: be a valid pointer to an array of pname:stageCount
3481 * [[VUID-VkGraphicsPipelineCreateInfo-stageCount-06604]]
3485 pname:stageCount must: be greater than `0`
3858 pname:pStages must: be a valid pointer to an array of pname:stageCount
3899 pname:stageCount must: be greater than `0`
5901 * pname:stageCount is the number of entries in the pname:pStages array.
[all …]
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp383 .stageCount = static_cast<uint32_t>(std::size(shaderStageCis)), in setUpGraphicsPipeline()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py663 stageCount = printer.write_int("stageCount", 4, indent, signed=False, big_endian=False)
664 … printer.write_struct("pStages", struct_VkPipelineShaderStageCreateInfo, False, stageCount, indent)
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp266 .stageCount = 2, in createPipeline()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp1449 from->stageCount * sizeof(const VkPipelineShaderStageCreateInfo)); in deepcopy_VkGraphicsPipelineCreateInfo()
1450 to->stageCount = from->stageCount; in deepcopy_VkGraphicsPipelineCreateInfo()
1451 for (uint32_t i = 0; i < (uint32_t)from->stageCount; ++i) { in deepcopy_VkGraphicsPipelineCreateInfo()
Dgoldfish_vk_transform.cpp1495 for (uint32_t i = 0; i < (uint32_t)toTransform->stageCount; ++i) { in transform_tohost_VkGraphicsPipelineCreateInfo()
1554 for (uint32_t i = 0; i < (uint32_t)toTransform->stageCount; ++i) { in transform_fromhost_VkGraphicsPipelineCreateInfo()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp1449 from->stageCount * sizeof(const VkPipelineShaderStageCreateInfo)); in deepcopy_VkGraphicsPipelineCreateInfo()
1450 to->stageCount = from->stageCount; in deepcopy_VkGraphicsPipelineCreateInfo()
1451 for (uint32_t i = 0; i < (uint32_t)from->stageCount; ++i) { in deepcopy_VkGraphicsPipelineCreateInfo()
Dgoldfish_vk_transform_guest.cpp1492 for (uint32_t i = 0; i < (uint32_t)toTransform->stageCount; ++i) { in transform_tohost_VkGraphicsPipelineCreateInfo()
1551 for (uint32_t i = 0; i < (uint32_t)toTransform->stageCount; ++i) { in transform_fromhost_VkGraphicsPipelineCreateInfo()
Dgoldfish_vk_counting_guest.cpp1577 toCount->pStages, 0, toCount->stageCount, [](VkPipelineShaderStageCreateInfo s) { in count_VkGraphicsPipelineCreateInfo()
1591 for (uint32_t i = 0; i < (uint32_t)toCount->stageCount; ++i) { in count_VkGraphicsPipelineCreateInfo()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1604 info.stageCount = 2; in setup_swapchain_data_pipeline()

12