Home
last modified time | relevance | path

Searched defs:stencil_value (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/blorp/
Dblorp_clear.c711 uint8_t stencil_mask, uint8_t stencil_value) in blorp_clear_stencil_as_rgba()
817 uint8_t stencil_mask, uint8_t stencil_value) in blorp_clear_depth_stencil()
1014 bool clear_stencil, uint8_t stencil_value) in blorp_hiz_clear_depth_stencil()
1078 uint8_t stencil_value) in blorp_gfx8_hiz_clear_attachments()
1118 uint8_t stencil_mask, uint8_t stencil_value) in blorp_clear_attachments()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.h92 uint8_t stencil_value; member
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c1593 float depth_value, uint8_t stencil_value) in anv_image_clear_depth_stencil()
1701 VkRect2D area, uint8_t stencil_value) in anv_image_hiz_clear()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp7341 glw::GLint stencil_value = 0; in ClearFramebuffers() local