Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/blorp/
Dblorp_clear.c564 uint8_t stencil_mask, uint8_t stencil_value) in blorp_clear_stencil_as_rgba()
667 uint8_t stencil_mask, uint8_t stencil_value) in blorp_clear_depth_stencil()
883 bool clear_stencil, uint8_t stencil_value) in blorp_hiz_clear_depth_stencil()
946 uint8_t stencil_value) in blorp_gen8_hiz_clear_attachments()
985 uint8_t stencil_mask, uint8_t stencil_value) in blorp_clear_attachments()
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c1814 float depth_value, uint8_t stencil_value) in anv_image_clear_depth_stencil()
1918 VkRect2D area, uint8_t stencil_value) in anv_image_hiz_clear()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp7341 glw::GLint stencil_value = 0; in ClearFramebuffers() local