Home
last modified time | relevance | path

Searched refs:pStages (Results 1 – 25 of 36) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dray_tracing_pipeline_create_info_common.adoc7 * [[VUID-{refpage}-pStages-03426]]
8 The shader code for the entry points identified by pname:pStages, and
Ddraw_mesh_common.adoc11 of slink:VkGraphicsPipelineCreateInfo::pname:pStages set to
Ddraw_vertex_binding.adoc207 of slink:VkGraphicsPipelineCreateInfo::pname:pStages set to
Ddraw_common.adoc2370 of slink:VkGraphicsPipelineCreateInfo::pname:pStages set to
2393 have been called in the current command buffer with pname:pStages with
2399 command buffer with pname:pStages with an element of
2405 command buffer with pname:pStages with an element of
2411 buffer with pname:pStages with an element of
2415 have been called in the current command buffer with pname:pStages with
2421 have been called in the current command buffer with pname:pStages with
2426 have been called in the current command buffer with pname:pStages with
2434 have been called in the current command buffer with pname:pStages with
2439 have been called in the current command buffer with pname:pStages with
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta.c367 assert(info->pStages[i].stage != VK_SHADER_STAGE_VERTEX_BIT); in create_rect_list_pipeline()
369 assert(info->pStages[i].stage != VK_SHADER_STAGE_GEOMETRY_BIT); in create_rect_list_pipeline()
370 stages[stage_count++] = info->pStages[i]; in create_rect_list_pipeline()
374 info_local.pStages = stages; in create_rect_list_pipeline()
Dvk_meta_clear.c174 .pStages = &fs_info, in get_clear_pipeline()
Dvk_meta_blit_resolve.c442 .pStages = &fs_info, in get_blit_pipeline()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_pipeline_creation_feedback/
Dpipelines.adoc63 ifdef::VK_KHR_ray_tracing_pipeline[slink:VkRayTracingPipelineCreateInfoKHR::pname:pStages,]
64 ifdef::VK_NV_ray_tracing[slink:VkRayTracingPipelineCreateInfoNV::pname:pStages,]
66 slink:VkGraphicsPipelineCreateInfo::pname:pStages.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dpipelines.adoc962 specific stages in slink:VkRayTracingPipelineCreateInfoKHR::pname:pStages.
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
1531 pname:pStages includes a vertex shader, this state must: be specified to
1780 <<pipelines-offline-compilation,offline>> and the pname:pStages are not
1782 If omitted, pname:stageCount must: be set to `0` and pname:pStages must: be
1795 of pname:pStages must: be ename:VK_SHADER_STAGE_VERTEX_BIT
1800 * [[VUID-VkGraphicsPipelineCreateInfo-pStages-02095]]
1803 pname:pStages must: be either from the mesh shading pipeline
1818 * [[VUID-VkGraphicsPipelineCreateInfo-pStages-00729]]
[all …]
Dshaders.adoc740 * pname:stageCount is the length of the pname:pStages and pname:pShaders
742 * pname:pStages is a pointer to an array of elink:VkShaderStageFlagBits
747 operations to be performed on each stage in pname:pStages.
758 (i.e., any shaders bound to the stages specified in pname:pStages are
766 * [[VUID-vkCmdBindShadersEXT-pStages-08463]]
767 Every element of pname:pStages must: be unique
768 * [[VUID-vkCmdBindShadersEXT-pStages-08464]]
769 pname:pStages must: not contain ename:VK_SHADER_STAGE_ALL_GRAPHICS or
772 * [[VUID-vkCmdBindShadersEXT-pStages-08465]]
773 pname:pStages must: not contain ename:VK_SHADER_STAGE_RAYGEN_BIT_KHR,
[all …]
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
130 The pname:stage member of any element of pname:pStages must: be
132 * [[VUID-VkExecutionGraphPipelineCreateInfoAMDX-pStages-09129]]
134 pname:pStages and the rest of the state identified by this structure
140 of the shaders specified in pname:pStages
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp275 .pStages = pipelineStages.data(), in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_shader_object.adoc152 // least once with each of their stages in pStages before drawing:
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_beta.h678 const VkPipelineShaderStageCreateInfo* pStages; member
Dvulkan_core.h3639 const VkPipelineShaderStageCreateInfo* pStages; member
12645 const VkPipelineShaderStageCreateInfo* pStages; member
14418 const VkPipelineShaderStageCreateInfo* pStages; member
17366 …dBuffer commandBuffer, uint32_t stageCount, const VkShaderStageFlagBits* pStages, const VkShaderEX…
17390 const VkShaderStageFlagBits* pStages,
17884 const VkPipelineShaderStageCreateInfo* pStages; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_beta.h683 const VkPipelineShaderStageCreateInfo* pStages; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_AMDX_shader_enqueue.adoc71 const VkPipelineShaderStageCreateInfo* pStages;
79 Shaders defined by `pStages` and any pipelines in `pLibraryInfo->pLibraries` define the possible no…
82 Shaders in `pStages` must be in the `GLCompute` execution model, and may have the *CoalescingAMDX* …
DVK_EXT_graphics_pipeline_library.adoc471 vertexShaderCreateInfo.pStages = &stageCreateInfo;
DVK_EXT_shader_object.adoc157 const VkShaderStageFlagBits* pStages,
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp384 .pStages = shaderStageCis, in setUpGraphicsPipeline()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp267 .pStages = pipelineShaderStageCreateInfos, in createPipeline()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp1491 if (toTransform->pStages) { in transform_tohost_VkGraphicsPipelineCreateInfo()
1494 resourceTracker, (VkPipelineShaderStageCreateInfo*)(toTransform->pStages + i)); in transform_tohost_VkGraphicsPipelineCreateInfo()
1550 if (toTransform->pStages) { in transform_fromhost_VkGraphicsPipelineCreateInfo()
1553 resourceTracker, (VkPipelineShaderStageCreateInfo*)(toTransform->pStages + i)); in transform_fromhost_VkGraphicsPipelineCreateInfo()
Dgoldfish_vk_deepcopy_guest.cpp1446 to->pStages = nullptr; in deepcopy_VkGraphicsPipelineCreateInfo()
1447 if (from->pStages) { in deepcopy_VkGraphicsPipelineCreateInfo()
1448 to->pStages = (VkPipelineShaderStageCreateInfo*)alloc->alloc( in deepcopy_VkGraphicsPipelineCreateInfo()
1453 alloc, rootType, from->pStages + i, in deepcopy_VkGraphicsPipelineCreateInfo()
1454 (VkPipelineShaderStageCreateInfo*)(to->pStages + i)); in deepcopy_VkGraphicsPipelineCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp1494 if (toTransform->pStages) { in transform_tohost_VkGraphicsPipelineCreateInfo()
1497 resourceTracker, (VkPipelineShaderStageCreateInfo*)(toTransform->pStages + i)); in transform_tohost_VkGraphicsPipelineCreateInfo()
1553 if (toTransform->pStages) { in transform_fromhost_VkGraphicsPipelineCreateInfo()
1556 resourceTracker, (VkPipelineShaderStageCreateInfo*)(toTransform->pStages + i)); in transform_fromhost_VkGraphicsPipelineCreateInfo()
Dgoldfish_vk_deepcopy.cpp1446 to->pStages = nullptr; in deepcopy_VkGraphicsPipelineCreateInfo()
1447 if (from->pStages) { in deepcopy_VkGraphicsPipelineCreateInfo()
1448 to->pStages = (VkPipelineShaderStageCreateInfo*)alloc->alloc( in deepcopy_VkGraphicsPipelineCreateInfo()
1453 alloc, rootType, from->pStages + i, in deepcopy_VkGraphicsPipelineCreateInfo()
1454 (VkPipelineShaderStageCreateInfo*)(to->pStages + i)); in deepcopy_VkGraphicsPipelineCreateInfo()

12