Searched refs:stippledLineEnable (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_extended_dynamic_state3.adoc | 148 VkPipelineRasterizationLineStateCreateInfoEXT::stippledLineEnable
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | primsrast.adoc | 2637 * pname:stippledLineEnable enables <<primsrast-lines-stipple, stippled 2644 If pname:stippledLineEnable is ename:VK_FALSE, the values of 2663 * [[VUID-VkPipelineRasterizationLineStateCreateInfoEXT-stippledLineEnable-02771]] 2664 If pname:stippledLineEnable is ename:VK_TRUE and 2669 * [[VUID-VkPipelineRasterizationLineStateCreateInfoEXT-stippledLineEnable-02772]] 2670 If pname:stippledLineEnable is ename:VK_TRUE and 2675 * [[VUID-VkPipelineRasterizationLineStateCreateInfoEXT-stippledLineEnable-02773]] 2676 If pname:stippledLineEnable is ename:VK_TRUE and 2681 * [[VUID-VkPipelineRasterizationLineStateCreateInfoEXT-stippledLineEnable-02774]] 2682 If pname:stippledLineEnable is ename:VK_TRUE and [all …]
|
D | pipelines.adoc | 2547 * [[VUID-VkGraphicsPipelineCreateInfo-stippledLineEnable-02767]] 2549 pre-rasterization shader state>>, the pname:stippledLineEnable member of 5399 pname:stippledLineEnable set to ename:VK_TRUE. 5629 pname:stippledLineEnable state in
|
D | shaders.adoc | 1040 * flink:vkCmdSetLineStippleEXT, if pname:stippledLineEnable is
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_common.adoc | 1751 set pname:stippledLineEnable to ename:VK_TRUE, then 2316 * [[VUID-{refpage}-stippledLineEnable-07495]] 2320 enabled, and if the current pname:stippledLineEnable state is 2325 * [[VUID-{refpage}-stippledLineEnable-07496]] 2329 enabled, and if the current pname:stippledLineEnable state is 2334 * [[VUID-{refpage}-stippledLineEnable-07497]] 2338 enabled, and if the current pname:stippledLineEnable state is 2343 * [[VUID-{refpage}-stippledLineEnable-07498]] 2347 enabled, and if the current pname:stippledLineEnable state is
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_graphics_state.c | 604 rs->line.stipple.enable = rl_info->stippledLineEnable; in vk_rasterization_state_init() 2397 VkBool32 stippledLineEnable) in vk_common_CmdSetLineStippleEnableEXT() argument 2403 rs.line.stipple.enable, stippledLineEnable); in vk_common_CmdSetLineStippleEnableEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 13937 VkBool32 stippledLineEnable; member 16825 …PTR *PFN_vkCmdSetLineStippleEnableEXT)(VkCommandBuffer commandBuffer, VkBool32 stippledLineEnable); 16926 VkBool32 stippledLineEnable);
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 5095 …void vkCmdSetLineStippleEnableEXT( VkCommandBuffer commandBuffer, VkBool32 stippledLineEnable ) co… in vkCmdSetLineStippleEnableEXT() 5097 return ::vkCmdSetLineStippleEnableEXT( commandBuffer, stippledLineEnable ); in vkCmdSetLineStippleEnableEXT()
|
D | vulkan_raii.hpp | 5613 …void setLineStippleEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 stippledLineEnable ) const VULKAN_HPP_… 19347 …mmandBuffer::setLineStippleEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 stippledLineEnable ) const VUL… in setLineStippleEnableEXT() 19353 …XT( static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkBool32>( stippledLineEnable ) ); in setLineStippleEnableEXT()
|
D | vulkansc_hash.hpp | 5896 VULKAN_HPP_HASH_COMBINE( seed, pipelineRasterizationLineStateCreateInfoEXT.stippledLineEnable ); in operator ()()
|
D | vulkan_hash.hpp | 11256 VULKAN_HPP_HASH_COMBINE( seed, pipelineRasterizationLineStateCreateInfoEXT.stippledLineEnable ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 12456 vkStream->write((VkBool32*)&forMarshaling->stippledLineEnable, sizeof(VkBool32)); in marshal_VkPipelineRasterizationLineStateCreateInfoEXT() 12472 vkStream->read((VkBool32*)&forUnmarshaling->stippledLineEnable, sizeof(VkBool32)); in unmarshal_VkPipelineRasterizationLineStateCreateInfoEXT()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 8387 memcpy(*ptr, (VkBool32*)&forMarshaling->stippledLineEnable, sizeof(VkBool32)); in reservedmarshal_VkPipelineRasterizationLineStateCreateInfoEXT()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 16404 vkStream->write((VkBool32*)&forMarshaling->stippledLineEnable, sizeof(VkBool32)); in marshal_VkPipelineRasterizationLineStateCreateInfoEXT() 16432 vkStream->read((VkBool32*)&forUnmarshaling->stippledLineEnable, sizeof(VkBool32)); in unmarshal_VkPipelineRasterizationLineStateCreateInfoEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 12682 memcpy((VkBool32*)&forUnmarshaling->stippledLineEnable, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPipelineRasterizationLineStateCreateInfoEXT()
|