Home
last modified time | relevance | path

Searched refs:clear_stencil (Results 1 – 25 of 70) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_clear.c48 uint32_t clear_params, clear_color, clear_depth, clear_stencil, in i915_clear_emit() local
83 clear_depth = clear_stencil = 0; in i915_clear_emit()
97 clear_stencil = packed_z_stencil >> 24; in i915_clear_emit()
116 clear_stencil = packed_z_stencil >> 24; in i915_clear_emit()
144 OUT_BATCH(clear_stencil); in i915_clear_emit()
163 OUT_BATCH(clear_stencil); in i915_clear_emit()
195 OUT_BATCH(clear_stencil); in i915_clear_emit()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_render_pass.c72 bool has_clear = rt->clear_color || rt->clear_stencil; in create_render_pass()
79 …attachments[num_attachments].stencilLoadOp = rt->clear_stencil ? VK_ATTACHMENT_LOAD_OP_CLEAR : VK_… in create_render_pass()
194 bool has_clear = rt->clear_color || rt->clear_stencil; in create_render_pass2()
202 …attachments[num_attachments].stencilLoadOp = rt->clear_stencil ? VK_ATTACHMENT_LOAD_OP_CLEAR : VK_… in create_render_pass2()
330 if (!rp->state.rts[idx].clear_color && !rp->state.rts[idx].clear_stencil) in zink_render_pass_attachment_get_barrier_info()
332 …if (!rp->state.rts[idx].clear_color && !rp->state.rts[idx].clear_stencil && !rp->state.rts[idx].ne… in zink_render_pass_attachment_get_barrier_info()
Dzink_render_pass.h39 bool clear_stencil; member
Dzink_context.c1951 state.rts[fb->nr_cbufs].clear_stencil = zink_fb_clear_enabled(ctx, PIPE_MAX_COLOR_BUFS) && in get_render_pass()
1956 if (state.rts[fb->nr_cbufs].clear_stencil) in get_render_pass()
1962 …ate.num_zsresolves || state.rts[fb->nr_cbufs].clear_color || state.rts[fb->nr_cbufs].clear_stencil; in get_render_pass()
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/
Dgles3-565-no-depth-no-stencil-NOT_SUPPORTED.txt2 dEQP-GLES3.functional.fragment_ops.scissor.clear_stencil
Dgles2-master-NOT_SUPPORTED.txt113 dEQP-GLES2.functional.fragment_ops.scissor.clear_stencil
/third_party/mesa3d/src/intel/blorp/
Dblorp.h222 bool clear_stencil, uint8_t stencil_value);
230 bool clear_depth, bool clear_stencil,
Dblorp_clear.c987 bool clear_stencil) in blorp_can_clear_full_surface() argument
990 if (clear_stencil) { in blorp_can_clear_full_surface()
1012 bool clear_stencil, uint8_t stencil_value) in blorp_hiz_clear_depth_stencil() argument
1029 clear_depth, clear_stencil); in blorp_hiz_clear_depth_stencil()
1039 if (clear_stencil) { in blorp_hiz_clear_depth_stencil()
1075 bool clear_depth, bool clear_stencil, in blorp_gfx8_hiz_clear_attachments() argument
1091 params.stencil.enabled = clear_stencil; in blorp_gfx8_hiz_clear_attachments()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.h65 unsigned clear_stencil; member
Dpan_job.c526 fb->zs.clear_value.stencil = batch->clear_stencil; in panfrost_batch_to_fb_info()
875 batch->clear_stencil = stencil; in panfrost_batch_clear()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.h60 unsigned clear_stencil,
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.h217 unsigned clear_stencil; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_clear.c545 bool clear_stencil, in clear_depth_stencil() argument
583 if (!(clear_depth || (clear_stencil && stencil_res))) { in clear_depth_stencil()
601 uint8_t stencil_mask = clear_stencil && stencil_res ? 0xff : 0; in clear_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_clear.c555 bool clear_stencil, in clear_depth_stencil() argument
593 if (!(clear_depth || (clear_stencil && stencil_res))) { in clear_depth_stencil()
608 uint8_t stencil_mask = clear_stencil && stencil_res ? 0xff : 0; in clear_depth_stencil()
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c1133 bool clear_stencil = pRanges[r].aspectMask & VK_IMAGE_ASPECT_STENCIL_BIT; in anv_CmdClearDepthStencilImage() local
1153 clear_stencil ? 0xff : 0, in anv_CmdClearDepthStencilImage()
1156 if (clear_stencil && has_stencil_shadow) { in anv_CmdClearDepthStencilImage()
1298 bool clear_stencil = attachment->aspectMask & VK_IMAGE_ASPECT_STENCIL_BIT; in clear_depth_stencil_attachment() local
1331 clear_stencil ? 0xff : 0, value.stencil); in clear_depth_stencil_attachment()
1350 clear_stencil ? 0xff : 0, value.stencil); in clear_depth_stencil_attachment()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.h280 uint8_t clear_stencil; member
Dvc4_job.c472 submit.clear_s = job->clear_stencil; in vc4_job_submit()
Dvc4_draw.c603 job->clear_stencil = stencil; in vc4_clear()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c1125 util_pack_z_stencil(pfmt, batch->clear_depth, batch->clear_stencil); in emit_clears()
1179 OUT_RING(ring, batch->clear_stencil & 0xff); in emit_clears()
1515 value.ui[1] = batch->clear_stencil; in emit_sysmem_clears()
1521 value.ui[0] = batch->clear_stencil; in emit_sysmem_clears()
Dfd6_draw.c524 ctx->batch->clear_stencil = stencil; in fd6_clear()
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pStateChangeCallTests.cpp263 ADD_ARG_CASE1(clear_stencil, "Test cost of glClearStencil() calls", in init()
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pStateChangeCallTests.cpp298 ADD_ARG_CASE1(clear_stencil, "Test cost of glClearStencil() calls", in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cPipelineStatisticsQueryTests.cpp2643 const glw::GLint clear_stencil = 123; in executeClearBufferivStencilBufferTest() local
2648 &clear_stencil); in executeClearBufferivStencilBufferTest()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_cmd_buffer.c1236 bool clear_depth, bool clear_stencil, in cmd_buffer_state_set_attachment_clear_depth_stencil() argument
1245 if (clear_stencil) in cmd_buffer_state_set_attachment_clear_depth_stencil()
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
Dgles3-565-no-depth-no-stencil.txt2061 dEQP-GLES3.functional.fragment_ops.scissor.clear_stencil
2100 dEQP-GLES3.functional.rasterizer_discard.basic.clear_stencil
2117 dEQP-GLES3.functional.rasterizer_discard.scissor.clear_stencil

123