Home
last modified time | relevance | path

Searched refs:nextStage (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_shader_object.adoc83 .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/
DVK_EXT_shader_object.adoc103 VkShaderStageFlags nextStage;
118nextStage` value of `VK_SHADER_STAGE_FRAGMENT_BIT` to indicate that the vertex shader being create…
122nextStage`, 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/
Dshaders.adoc145 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/
Dvulkan_core.h17349 VkShaderStageFlags nextStage; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp12652 VULKAN_HPP_HASH_COMBINE( seed, shaderCreateInfoEXT.nextStage ); in operator ()()