Searched refs:nextStage (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_shader_object.adoc | 83 .nextStage = VK_SHADER_STAGE_FRAGMENT_BIT, 99 .nextStage = 0, 205 .nextStage = VK_SHADER_STAGE_FRAGMENT_BIT, 221 .nextStage = VK_SHADER_STAGE_GEOMETRY_BIT, 237 .nextStage = 0, 253 .nextStage = 0, 271 .nextStage = VK_SHADER_STAGE_GEOMETRY_BIT | VK_SHADER_STAGE_FRAGMENT_BIT,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_shader_object.adoc | 103 VkShaderStageFlags nextStage; 118 …nextStage` value of `VK_SHADER_STAGE_FRAGMENT_BIT` to indicate that the vertex shader being create… 122 …nextStage`, so applications should strive to set the minimum number of bits they are able to. Howe… 333 .nextStage = VK_SHADER_STAGE_FRAGMENT_BIT, 349 .nextStage = 0, 438 .nextStage = VK_SHADER_STAGE_FRAGMENT_BIT, 454 .nextStage = 0, 470 .nextStage = 0, 500 .nextStage = VK_SHADER_STAGE_FRAGMENT_BIT, 521 .nextStage = 0, [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | shaders.adoc | 145 ename:VK_SHADER_CREATE_LINK_STAGE_BIT_EXT, the pname:nextStage of the 229 * pname:nextStage is a bitmask of elink:VkShaderStageFlagBits specifying 361 * [[VUID-VkShaderCreateInfoEXT-nextStage-08427]] 362 If pname:stage is ename:VK_SHADER_STAGE_VERTEX_BIT, pname:nextStage 367 * [[VUID-VkShaderCreateInfoEXT-nextStage-08428]] 369 is not enabled, pname:nextStage must: not include 372 * [[VUID-VkShaderCreateInfoEXT-nextStage-08429]] 374 enabled, pname:nextStage must: not include 376 * [[VUID-VkShaderCreateInfoEXT-nextStage-08430]] 378 pname:nextStage must: not include any bits other than [all …]
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 17349 VkShaderStageFlags nextStage; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 12652 VULKAN_HPP_HASH_COMBINE( seed, shaderCreateInfoEXT.nextStage ); in operator ()()
|