Home
last modified time | relevance | path

Searched refs:stencil_mask (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c106 ds->stencil_mask, in define_depth_stencil_state_object()
145 ds->stencil_mask = templ->stencil[0].valuemask & 0xff; in svga_create_depth_stencil_state()
164 ds->stencil_mask = templ->stencil[1].valuemask & 0xff; in svga_create_depth_stencil_state()
H A Dsvga_state_rss.c163 EMIT_RS(svga, curr->stencil_mask, STENCILMASK); in emit_rss_vgpu9()
197 EMIT_RS(svga, curr->stencil_mask, STENCILMASK); in emit_rss_vgpu9()
H A Dsvga_context.h172 unsigned stencil_mask:8; member
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_clear.c711 uint8_t stencil_mask, uint8_t stencil_value) in blorp_clear_stencil_as_rgba()
721 if (stencil_mask != 0xff) in blorp_clear_stencil_as_rgba()
817 uint8_t stencil_mask, uint8_t stencil_value) in blorp_clear_depth_stencil()
824 stencil_mask, in blorp_clear_depth_stencil()
850 if (stencil_mask) { in blorp_clear_depth_stencil()
854 params.stencil_mask = stencil_mask; in blorp_clear_depth_stencil()
1045 params.stencil_mask = 0xff; in blorp_hiz_clear_depth_stencil()
1118 uint8_t stencil_mask, uint8_t stencil_value) in blorp_clear_attachments()
1159 if (stencil_mask) { in blorp_clear_attachments()
706 blorp_clear_stencil_as_rgba(struct blorp_batch *batch, const struct blorp_surf *surf, uint32_t level, uint32_t start_layer, uint32_t num_layers, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, uint8_t stencil_mask, uint8_t stencil_value) blorp_clear_stencil_as_rgba() argument
810 blorp_clear_depth_stencil(struct blorp_batch *batch, const struct blorp_surf *depth, const struct blorp_surf *stencil, uint32_t level, uint32_t start_layer, uint32_t num_layers, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, bool clear_depth, float depth_value, uint8_t stencil_mask, uint8_t stencil_value) blorp_clear_depth_stencil() argument
1110 blorp_clear_attachments(struct blorp_batch *batch, uint32_t binding_table_offset, enum isl_format depth_format, uint32_t num_samples, uint32_t start_layer, uint32_t num_layers, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, bool clear_color, union isl_color_value color_value, bool clear_depth, float depth_value, uint8_t stencil_mask, uint8_t stencil_value) blorp_clear_attachments() argument
[all...]
H A Dblorp.h233 uint8_t stencil_mask, uint8_t stencil_value);
268 uint8_t stencil_mask, uint8_t stencil_value);
H A Dblorp_priv.h228 uint8_t stencil_mask; member
H A Dblorp_genX_exec.h1217 ds.StencilWriteMask = params->stencil_mask; in blorp_emit_depth_stencil_state()
H A Dblorp_blit.c2249 params->stencil_mask = 0xff; in try_blorp_blit()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_clear.c569 uint8_t stencil_mask = clear_stencil && stencil_res ? 0xff : 0; in clear_depth_stencil() local
570 if (stencil_mask) { in clear_depth_stencil()
591 stencil_mask, stencil); in clear_depth_stencil()
603 if (stencil_mask) { in clear_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_clear.c601 uint8_t stencil_mask = clear_stencil && stencil_res ? 0xff : 0; in clear_depth_stencil() local
602 if (stencil_mask) { in clear_depth_stencil()
616 stencil_mask, stencil); in clear_depth_stencil()
627 if (stencil_mask) { in clear_depth_stencil()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.h136 void cso_set_sample_mask(struct cso_context *cso, unsigned stencil_mask);
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp244 ADD_ARG_CASE1(stencil_mask, "Test cost of glStencilMask() calls", in init()
H A Des2pRedundantStateChangeTests.cpp852 ADD_TESTCASE(stencil_mask, "Change stencil mask.", in init()
H A Des2pStateChangeTests.cpp951 ADD_TESTCASE(stencil_mask, "Change stencil mask.", in init()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp279 ADD_ARG_CASE1(stencil_mask, "Test cost of glStencilMask() calls", in init()
H A Des3pRedundantStateChangeTests.cpp926 ADD_TESTCASE(stencil_mask, "Change stencil mask.", in init()
H A Des3pStateChangeTests.cpp1035 ADD_TESTCASE(stencil_mask, "Change stencil mask.", in init()

Completed in 24 milliseconds