Home
last modified time | relevance | path

Searched refs:stippledLineEnable (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_extended_dynamic_state3.adoc148 VkPipelineRasterizationLineStateCreateInfoEXT::stippledLineEnable
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dprimsrast.adoc2637 * 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 …]
Dpipelines.adoc2547 * [[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
Dshaders.adoc1040 * flink:vkCmdSetLineStippleEXT, if pname:stippledLineEnable is
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_common.adoc1751 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/
Dvk_graphics_state.c604 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/
Dvulkan_core.h13937 VkBool32 stippledLineEnable; member
16825 …PTR *PFN_vkCmdSetLineStippleEnableEXT)(VkCommandBuffer commandBuffer, VkBool32 stippledLineEnable);
16926 VkBool32 stippledLineEnable);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp5095 …void vkCmdSetLineStippleEnableEXT( VkCommandBuffer commandBuffer, VkBool32 stippledLineEnable ) co… in vkCmdSetLineStippleEnableEXT()
5097 return ::vkCmdSetLineStippleEnableEXT( commandBuffer, stippledLineEnable ); in vkCmdSetLineStippleEnableEXT()
Dvulkan_raii.hpp5613 …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()
Dvulkansc_hash.hpp5896 VULKAN_HPP_HASH_COMBINE( seed, pipelineRasterizationLineStateCreateInfoEXT.stippledLineEnable ); in operator ()()
Dvulkan_hash.hpp11256 VULKAN_HPP_HASH_COMBINE( seed, pipelineRasterizationLineStateCreateInfoEXT.stippledLineEnable ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp12456 vkStream->write((VkBool32*)&forMarshaling->stippledLineEnable, sizeof(VkBool32)); in marshal_VkPipelineRasterizationLineStateCreateInfoEXT()
12472 vkStream->read((VkBool32*)&forUnmarshaling->stippledLineEnable, sizeof(VkBool32)); in unmarshal_VkPipelineRasterizationLineStateCreateInfoEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp8387 memcpy(*ptr, (VkBool32*)&forMarshaling->stippledLineEnable, sizeof(VkBool32)); in reservedmarshal_VkPipelineRasterizationLineStateCreateInfoEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp16404 vkStream->write((VkBool32*)&forMarshaling->stippledLineEnable, sizeof(VkBool32)); in marshal_VkPipelineRasterizationLineStateCreateInfoEXT()
16432 vkStream->read((VkBool32*)&forUnmarshaling->stippledLineEnable, sizeof(VkBool32)); in unmarshal_VkPipelineRasterizationLineStateCreateInfoEXT()
Dgoldfish_vk_reserved_marshaling.cpp12682 memcpy((VkBool32*)&forUnmarshaling->stippledLineEnable, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPipelineRasterizationLineStateCreateInfoEXT()