Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c604 rs->line.stipple.enable = rl_info->stippledLineEnable; in vk_rasterization_state_init()
605 …if ((IS_DYNAMIC(RS_LINE_STIPPLE_ENABLE) || rs->line.stipple.enable) && !IS_DYNAMIC(RS_LINE_STIPPLE… in vk_rasterization_state_init()
606 rs->line.stipple.factor = rl_info->lineStippleFactor; in vk_rasterization_state_init()
607 rs->line.stipple.pattern = rl_info->lineStipplePattern; in vk_rasterization_state_init()
1934 COPY_IF_SET(RS_LINE_STIPPLE_ENABLE, rs.line.stipple.enable); in vk_dynamic_graphics_state_copy()
1935 COPY_IF_SET(RS_LINE_STIPPLE, rs.line.stipple.factor); in vk_dynamic_graphics_state_copy()
1936 COPY_IF_SET(RS_LINE_STIPPLE, rs.line.stipple.pattern); in vk_dynamic_graphics_state_copy()
2403 rs.line.stipple.enable, stippledLineEnable); in vk_common_CmdSetLineStippleEnableEXT()
2415 rs.line.stipple.factor, lineStippleFactor); in vk_common_CmdSetLineStippleEXT()
2417 rs.line.stipple.pattern, lineStipplePattern); in vk_common_CmdSetLineStippleEXT()
Dvk_graphics_state.h373 } stipple; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dprimsrast.adoc2637 * pname:stippledLineEnable enables <<primsrast-lines-stipple, stippled
2772 [open,refpage='vkCmdSetLineStippleEnableEXT',desc='Specify the line stipple enable dynamically for …
3148 [[primsrast-lines-stipple]]
3158 stipple by causing each bit in pname:lineStipplePattern to be used
3163 The masking is achieved using three parameters: the 16-bit line stipple
3164 pattern _p_, the line stipple factor _r_, and an integer stipple counter
3191 using the same value of _s_ (this is the preferred behavior, for the stipple
3200 [open,refpage='vkCmdSetLineStippleEXT',desc='Set line stipple dynamically for a command buffer',typ…
3202 To <<pipelines-dynamic-state, dynamically set>> the line stipple state,
3214 This command sets the line stipple state for subsequent drawing commands
Dfeatures.adoc3880 <<primsrast-lines-stipple,stippled line rasterization>> with
3884 <<primsrast-lines-stipple,stippled line rasterization>> with
3887 whether the implementation supports <<primsrast-lines-stipple,stippled
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXlib.h204 Pixmap stipple; /* stipple 1 plane pixmap for stipping */ member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc3974 * Clarify that stipple parameters are ignored when line stipple is