Home
last modified time | relevance | path

Searched refs:groupIndex (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_generated_commands/
Dindirectcommands.adoc305 * pname:groupIndex specifies which shader group of the current bound
648 pipeline, bind->groupIndex);
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14433 uint32_t groupIndex; member
14516 …er commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline, uint32_t groupIndex);
14539 uint32_t groupIndex);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dpipelines.adoc8616 * pname:groupIndex is the shader group to be bound.
8621 * [[VUID-vkCmdBindPipelineShaderGroupNV-groupIndex-02893]]
8622 pname:groupIndex must: be `0` or less than the effective
8628 * [[VUID-vkCmdBindPipelineShaderGroupNV-groupIndex-02895]]
8631 pname:groupIndex information
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp4277 …, VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline, uint32_t groupIndex ) const VULKAN_H… in vkCmdBindPipelineShaderGroupNV()
4279 … return ::vkCmdBindPipelineShaderGroupNV( commandBuffer, pipelineBindPoint, pipeline, groupIndex ); in vkCmdBindPipelineShaderGroupNV()
Dvulkan_raii.hpp5376 …t pipelineBindPoint, VULKAN_HPP_NAMESPACE::Pipeline pipeline, uint32_t groupIndex ) const VULKAN_…
17617 …t pipelineBindPoint, VULKAN_HPP_NAMESPACE::Pipeline pipeline, uint32_t groupIndex ) const VULKAN_… in bindPipelineShaderGroupNV()
17623 …_cast<VkPipelineBindPoint>( pipelineBindPoint ), static_cast<VkPipeline>( pipeline ), groupIndex ); in bindPipelineShaderGroupNV()
Dvulkan_hash.hpp1297 VULKAN_HPP_HASH_COMBINE( seed, bindShaderGroupIndirectCommandNV.groupIndex ); in operator ()()