Home
last modified time | relevance | path

Searched refs:dst_stencil (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cStencilTexturingTests.cpp1144 const GLubyte dst_stencil = dst_pixel_data[0]; in verifyTexture() local
1147 if (src_stencil != dst_stencil) in verifyTexture()
1150 << "], got: " << (GLuint)dst_stencil in verifyTexture()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_clear_blit.c1285 void (*dst_stencil)(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer); member
1309 .dst_stencil = r2d_dst_stencil,
1323 .dst_stencil = r3d_dst_stencil,
2287 ops->dst_stencil(cs, dst, i); in resolve_sysmem()
2869 ops->dst_stencil(cs, iview, i); in clear_sysmem_attachment()

Completed in 7 milliseconds