/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta.c | 338 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()
|
D | vk_meta_clear.c | 173 .stageCount = 1, in get_clear_pipeline()
|
D | vk_meta_blit_resolve.c | 441 .stageCount = 1, in get_blit_pipeline()
|
D | vk_graphics_state.c | 1290 for (uint32_t i = 0; i < info->stageCount; i++) { in vk_graphics_pipeline_state_fill()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_HUAWEI_cluster_culling_shader.adoc | 252 pipelineInfo.stageCount = 3;
|
D | VK_EXT_shader_object.adoc | 161 // NULL pShaders is equivalent to an array of stageCount VK_NULL_HANDLE values,
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 274 .stageCount = static_cast<uint32_t>(pipelineStages.size()), in CanHandlePrecisionQualifierWithYuvSampler()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_beta.h | 677 uint32_t stageCount; member
|
D | vulkan_core.h | 3638 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/ |
D | vulkan_beta.h | 682 uint32_t stageCount; member
|
D | vulkan_hash.hpp | 4019 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/ |
D | VK_EXT_shader_object.adoc | 156 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
|
D | VK_AMDX_shader_enqueue.adoc | 70 uint32_t stageCount;
|
D | VK_EXT_graphics_pipeline_library.adoc | 470 vertexShaderCreateInfo.stageCount = 1;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | executiongraphs.adoc | 96 * pname:stageCount is the number of entries in the pname:pStages array. 97 * pname:pStages is a pointer to an array of pname:stageCount
|
D | pipelines.adoc | 1351 * 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/ |
D | CompositorVk.cpp | 383 .stageCount = static_cast<uint32_t>(std::size(shaderStageCis)), in setUpGraphicsPipeline()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 663 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/ |
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 266 .stageCount = 2, in createPipeline()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 1449 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()
|
D | goldfish_vk_transform.cpp | 1495 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/ |
D | goldfish_vk_deepcopy_guest.cpp | 1449 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()
|
D | goldfish_vk_transform_guest.cpp | 1492 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()
|
D | goldfish_vk_counting_guest.cpp | 1577 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/ |
D | overlay.cpp | 1604 info.stageCount = 2; in setup_swapchain_data_pipeline()
|