/external/mesa3d/.gitlab-ci/piglit/ |
D | quick_gl.txt | 101 spec/!opengl 1.1/depthstencil-default_fb-blit samples=16: skip 102 spec/!opengl 1.1/depthstencil-default_fb-blit samples=2: skip 103 spec/!opengl 1.1/depthstencil-default_fb-blit samples=32: skip 104 spec/!opengl 1.1/depthstencil-default_fb-blit samples=4: skip 105 spec/!opengl 1.1/depthstencil-default_fb-blit samples=6: skip 106 spec/!opengl 1.1/depthstencil-default_fb-blit samples=8: skip 107 spec/!opengl 1.1/depthstencil-default_fb-clear samples=16: skip 108 spec/!opengl 1.1/depthstencil-default_fb-clear samples=2: skip 109 spec/!opengl 1.1/depthstencil-default_fb-clear samples=32: skip 110 spec/!opengl 1.1/depthstencil-default_fb-clear samples=4: skip [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_misc_state.c | 169 brw->depthstencil.tile_x = 0; in rebase_depth_stencil() 170 brw->depthstencil.tile_y = 0; in rebase_depth_stencil() 171 brw->depthstencil.depth_offset = 0; in rebase_depth_stencil() 187 brw->depthstencil.tile_x = tile_x; in rebase_depth_stencil() 188 brw->depthstencil.tile_y = tile_y; in rebase_depth_stencil() 189 brw->depthstencil.depth_offset = intel_miptree_get_aligned_offset( in rebase_depth_stencil() 215 brw->depthstencil.tile_x = 0; in brw_workaround_depthstencil_alignment() 216 brw->depthstencil.tile_y = 0; in brw_workaround_depthstencil_alignment() 217 brw->depthstencil.depth_offset = 0; in brw_workaround_depthstencil_alignment() 264 uint32_t tile_x = brw->depthstencil.tile_x; in brw_emit_depth_stencil_hiz() [all …]
|
/external/deqp-deps/amber/tests/cases/ |
D | draw_rectangles_depth_test.amber | 85 BUFFER depthstencil FORMAT D32_SFLOAT_S8_UINT 95 BIND BUFFER depthstencil AS depth_stencil 115 BIND BUFFER depthstencil AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0 132 EXPECT depthstencil IDX 0 EQ 0.3
|
D | draw_rectangles_depth_test_d24s8.amber | 85 BUFFER depthstencil FORMAT D24_UNORM_S8_UINT 95 BIND BUFFER depthstencil AS depth_stencil 115 BIND BUFFER depthstencil AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
|
D | draw_rectangles_depth_test_x8d24.amber | 85 BUFFER depthstencil FORMAT X8_D24_UNORM_PACK32 95 BIND BUFFER depthstencil AS depth_stencil 115 BIND BUFFER depthstencil AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
|
D | draw_rectangles_stencil_test.amber | 51 BUFFER depthstencil FORMAT D32_SFLOAT_S8_UINT 61 BIND BUFFER depthstencil AS depth_stencil
|
D | draw_triangle_list_with_depth.vkscript | 16 depthstencil D32_SFLOAT_S8_UINT
|
/external/mesa3d/src/gallium/tests/graw/ |
D | tri-gs.c | 244 struct pipe_depth_stencil_alpha_state depthstencil; in init() local 246 memset(&depthstencil, 0, sizeof depthstencil); in init() 247 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | shader-leak.c | 239 struct pipe_depth_stencil_alpha_state depthstencil; in init() local 241 memset(&depthstencil, 0, sizeof depthstencil); in init() 242 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | tri-instanced.c | 295 struct pipe_depth_stencil_alpha_state depthstencil; in init() local 297 memset(&depthstencil, 0, sizeof depthstencil); in init() 298 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | quad-sample.c | 362 struct pipe_depth_stencil_alpha_state depthstencil; in init() local 364 memset(&depthstencil, 0, sizeof depthstencil); in init() 365 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | fs-test.c | 447 struct pipe_depth_stencil_alpha_state depthstencil; in init() local 449 memset(&depthstencil, 0, sizeof depthstencil); in init() 450 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | gs-test.c | 537 struct pipe_depth_stencil_alpha_state depthstencil; in init() local 539 memset(&depthstencil, 0, sizeof depthstencil); in init() 540 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | vs-test.c | 435 struct pipe_depth_stencil_alpha_state depthstencil; in init() local 437 memset(&depthstencil, 0, sizeof depthstencil); in init() 438 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
/external/deqp/external/vulkancts/data/vulkan/amber/rasterization/depth_bias/ |
D | d32_sfloat.amber | 106 BUFFER depthstencil FORMAT D32_SFLOAT 116 BIND BUFFER depthstencil AS depth_stencil 136 BIND BUFFER depthstencil AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
|
D | d24_unorm.amber | 102 BUFFER depthstencil FORMAT D24_UNORM_S8_UINT 115 BIND BUFFER depthstencil AS depth_stencil 135 BIND BUFFER depthstencil AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
|
D | d16_unorm.amber | 102 BUFFER depthstencil FORMAT D16_UNORM 115 BIND BUFFER depthstencil AS depth_stencil 135 BIND BUFFER depthstencil AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
|
/external/mesa3d/src/gallium/tests/trivial/ |
D | tri.c | 69 struct pipe_depth_stencil_alpha_state depthstencil; member 150 memset(&p->depthstencil, 0, sizeof(p->depthstencil)); in init_prog() 253 cso_set_depth_stencil_alpha(p->cso, &p->depthstencil); in draw()
|
D | quad-tex.c | 72 struct pipe_depth_stencil_alpha_state depthstencil; member 197 memset(&p->depthstencil, 0, sizeof(p->depthstencil)); in init_prog() 317 cso_set_depth_stencil_alpha(p->cso, &p->depthstencil); in draw()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_private.h | 46 struct pipe_depth_stencil_alpha_state depthstencil; member
|
D | pp_run.c | 276 cso_set_depth_stencil_alpha(p->cso, &p->depthstencil); in pp_filter_misc_state()
|
/external/minigbm/external/ |
D | virgl_hw.h | 350 struct virgl_supported_format_mask depthstencil; member
|
/external/mesa3d/src/virtio/virtio-gpu/ |
D | virgl_hw.h | 495 struct virgl_supported_format_mask depthstencil; member
|
/external/virglrenderer/src/ |
D | virgl_hw.h | 527 struct virgl_supported_format_mask depthstencil; member
|
/external/mesa3d/docs/relnotes/ |
D | 9.1.2.rst | 200 - i965: Apply depthstencil alignment workaround when doing fast clears.
|