Searched refs:clear_stencil (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
H A Di915_clear.c49 uint32_t clear_params, clear_color, clear_depth, clear_stencil, local
84 clear_depth = clear_stencil = 0;
97 clear_stencil = packed_z_stencil >> 24;
115 clear_stencil = packed_z_stencil >> 24;
143 OUT_BATCH(clear_stencil);
162 OUT_BATCH(clear_stencil);
194 OUT_BATCH(clear_stencil);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.h60 unsigned clear_stencil,
/external/mesa3d/src/intel/blorp/
H A Dblorp.h169 bool clear_depth, bool clear_stencil,
H A Dblorp_clear.c569 bool clear_depth, bool clear_stencil,
584 params.stencil.enabled = clear_stencil;
565 blorp_gen8_hiz_clear_attachments(struct blorp_batch *batch, uint32_t num_samples, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, bool clear_depth, bool clear_stencil, uint8_t stencil_value) argument
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.h284 uint8_t clear_stencil; member in struct:vc4_job
H A Dvc4_job.c458 submit.clear_s = job->clear_stencil;
H A Dvc4_draw.c565 job->clear_stencil = stencil;
/external/mesa3d/src/intel/vulkan/
H A Danv_blorp.c881 bool clear_stencil = pRanges[r].aspectMask & VK_IMAGE_ASPECT_STENCIL_BIT; local
898 clear_stencil ? 0xff : 0,
1001 bool clear_stencil = attachment->aspectMask & VK_IMAGE_ASPECT_STENCIL_BIT; local
1027 clear_stencil ? 0xff : 0, value.stencil);
1267 const bool clear_stencil = clear_att.aspectMask & local
1311 clear_depth, clear_stencil,
/external/deqp/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp263 ADD_ARG_CASE1(clear_stencil, "Test cost of glClearStencil() calls",
/external/deqp/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp298 ADD_ARG_CASE1(clear_stencil, "Test cost of glClearStencil() calls",
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cPipelineStatisticsQueryTests.cpp2614 const glw::GLint clear_stencil = 123; local
2619 &clear_stencil);

Completed in 713 milliseconds