Home
last modified time | relevance | path

Searched refs:depth_clear (Results 1 – 25 of 56) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_draw.c349 uint32_t color_clear, uint32_t depth_clear, unsigned patch_type) in clear_fast() argument
377 OUT_RING(ring, depth_clear); in clear_fast()
389 float depth = ((double)(depth_clear >> 8)) * (1.0 / (double)0xffffff); in clear_fast()
391 (depth_clear >> 8)); in clear_fast()
402 A2XX_RB_STENCILREFMASK_BF_STENCILREF(depth_clear & 0xff) | in clear_fast()
405 A2XX_RB_STENCILREFMASK_STENCILREF(depth_clear & 0xff) | in clear_fast()
436 uint32_t color_clear = 0, depth_clear = 0; in fd2_clear_fast() local
471 depth_clear = (uint32_t)(0xffff * depth); in fd2_clear_fast()
472 depth_clear |= depth_clear << 16; in fd2_clear_fast()
474 depth_clear = (((uint32_t)(0xffffff * depth)) << 8); in fd2_clear_fast()
[all …]
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_clear.c272 device->meta.depth_clear.cache = in v3dv_meta_clear_init()
276 &device->meta.depth_clear.p_layout); in v3dv_meta_clear_init()
295 hash_table_foreach(device->meta.depth_clear.cache, entry) { in v3dv_meta_clear_finish()
299 _mesa_hash_table_destroy(device->meta.depth_clear.cache, NULL); in v3dv_meta_clear_finish()
301 if (device->meta.depth_clear.p_layout) { in v3dv_meta_clear_finish()
302 v3dv_DestroyPipelineLayout(_device, device->meta.depth_clear.p_layout, in v3dv_meta_clear_finish()
946 _mesa_hash_table_search(device->meta.depth_clear.cache, &key); in get_depth_clear_pipeline()
967 device->meta.depth_clear.p_layout, in get_depth_clear_pipeline()
973 _mesa_hash_table_insert(device->meta.depth_clear.cache, in get_depth_clear_pipeline()
1044 cmd_buffer->device->meta.depth_clear.p_layout, in emit_subpass_color_clear_rects()
[all …]
Dv3dv_private.h433 } depth_clear; member
/third_party/mesa3d/src/gallium/drivers/asahi/
Dmagic.c99 float depth_clear = 1.0; in demo_cmdbuf() local
102 map[278] = fui(depth_clear); in demo_cmdbuf()
/third_party/mesa3d/src/freedreno/ci/
Dfreedreno-a307-fails.txt118 dEQP-GLES3.functional.occlusion_query.depth_clear,Fail
/third_party/vk-gl-cts/android/cts/master/
Dgles3-rotate-landscape.txt578 dEQP-GLES3.functional.occlusion_query.depth_clear
Dgles3-rotate-reverse-landscape.txt578 dEQP-GLES3.functional.occlusion_query.depth_clear
Dgles3-rotate-portrait.txt578 dEQP-GLES3.functional.occlusion_query.depth_clear
Dgles3-rotate-reverse-portrait.txt578 dEQP-GLES3.functional.occlusion_query.depth_clear
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
Dgles3-rotate-portrait.txt577 dEQP-GLES3.functional.occlusion_query.depth_clear
Dgles3-rotate-reverse-portrait.txt577 dEQP-GLES3.functional.occlusion_query.depth_clear
Dgles3-rotate-landscape.txt577 dEQP-GLES3.functional.occlusion_query.depth_clear
Dgles3-rotate-reverse-landscape.txt577 dEQP-GLES3.functional.occlusion_query.depth_clear
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/
Dgles3-rotate-landscape.txt866 dEQP-GLES3.functional.occlusion_query.depth_clear
Dgles3-rotate-reverse-portrait.txt866 dEQP-GLES3.functional.occlusion_query.depth_clear
Dgles3-rotate-reverse-landscape.txt866 dEQP-GLES3.functional.occlusion_query.depth_clear
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/master/
Dgles3-rotate-reverse-portrait.txt866 dEQP-GLES3.functional.occlusion_query.depth_clear
Dgles3-rotate-reverse-landscape.txt866 dEQP-GLES3.functional.occlusion_query.depth_clear
Dgles3-rotate-portrait.txt866 dEQP-GLES3.functional.occlusion_query.depth_clear
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/
Dgles3-rotate-reverse-landscape.txt866 dEQP-GLES3.functional.occlusion_query.depth_clear
Dgles3-rotate-reverse-portrait.txt866 dEQP-GLES3.functional.occlusion_query.depth_clear
Dgles3-rotate-portrait.txt866 dEQP-GLES3.functional.occlusion_query.depth_clear
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/
Dgles3-rotate-reverse-landscape.txt866 dEQP-GLES3.functional.occlusion_query.depth_clear
Dgles3-rotate-reverse-portrait.txt866 dEQP-GLES3.functional.occlusion_query.depth_clear
Dgles3-rotate-landscape.txt866 dEQP-GLES3.functional.occlusion_query.depth_clear

123