Home
last modified time | relevance | path

Searched refs:depth_bounds (Results 1 – 25 of 26) sorted by relevance

12

/external/deqp/android/cts/main/vksc-master/
Ddynamic-state.txt28 dEQP-VKSC.dynamic_state.compute_transfer.single.compute.depth_bounds.before
29 dEQP-VKSC.dynamic_state.compute_transfer.single.compute.depth_bounds.after
78 dEQP-VKSC.dynamic_state.compute_transfer.single.transfer.depth_bounds.before
79 dEQP-VKSC.dynamic_state.compute_transfer.single.transfer.depth_bounds.after
Drasterization.txt956 dEQP-VKSC.rasterization.frag_side_effects.color_at_beginning.depth_bounds
966 dEQP-VKSC.rasterization.frag_side_effects.color_at_end.depth_bounds
/external/deqp/android/cts/main/vk-master-2021-03-01/
Ddynamic-state.txt17 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_bounds.before
18 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_bounds.after
77 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.transfer.depth_bounds.before
78 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.transfer.depth_bounds.after
Drasterization.txt87 dEQP-VK.rasterization.frag_side_effects.color_at_beginning.depth_bounds
97 dEQP-VK.rasterization.frag_side_effects.color_at_end.depth_bounds
/external/deqp/android/cts/main/vksc-main/
Ddynamic-state.txt63 dEQP-VKSC.dynamic_state.monolithic.compute_transfer.single.compute.depth_bounds.before
64 dEQP-VKSC.dynamic_state.monolithic.compute_transfer.single.compute.depth_bounds.after
113 dEQP-VKSC.dynamic_state.monolithic.compute_transfer.single.transfer.depth_bounds.before
114 dEQP-VKSC.dynamic_state.monolithic.compute_transfer.single.transfer.depth_bounds.after
Drasterization.txt509 dEQP-VKSC.rasterization.frag_side_effects.color_at_beginning.depth_bounds
519 dEQP-VKSC.rasterization.frag_side_effects.color_at_end.depth_bounds
/external/deqp/external/vulkancts/mustpass/main/vksc-default/
Ddynamic-state.txt63 dEQP-VKSC.dynamic_state.monolithic.compute_transfer.single.compute.depth_bounds.before
64 dEQP-VKSC.dynamic_state.monolithic.compute_transfer.single.compute.depth_bounds.after
113 dEQP-VKSC.dynamic_state.monolithic.compute_transfer.single.transfer.depth_bounds.before
114 dEQP-VKSC.dynamic_state.monolithic.compute_transfer.single.transfer.depth_bounds.after
Drasterization.txt509 dEQP-VKSC.rasterization.frag_side_effects.color_at_beginning.depth_bounds
519 dEQP-VKSC.rasterization.frag_side_effects.color_at_end.depth_bounds
/external/mesa3d/src/intel/vulkan/
Danv_cmd_buffer.c59 .depth_bounds = {
153 ANV_CMP_COPY(depth_bounds.min, ANV_CMD_DIRTY_DYNAMIC_DEPTH_BOUNDS); in anv_dynamic_state_copy()
154 ANV_CMP_COPY(depth_bounds.max, ANV_CMD_DIRTY_DYNAMIC_DEPTH_BOUNDS); in anv_dynamic_state_copy()
627 cmd_buffer->state.gfx.dynamic.depth_bounds.min = minDepthBounds; in anv_CmdSetDepthBounds()
628 cmd_buffer->state.gfx.dynamic.depth_bounds.max = maxDepthBounds; in anv_CmdSetDepthBounds()
Dgen8_cmd_buffer.c613 db.DepthBoundsTestMinValue = d->depth_bounds.min; in genX()
614 db.DepthBoundsTestMaxValue = d->depth_bounds.max; in genX()
Danv_pipeline.c1971 dynamic->depth_bounds.min = in copy_non_dynamic_state()
1973 dynamic->depth_bounds.max = in copy_non_dynamic_state()
Danv_private.h2729 } depth_bounds; member
/external/swiftshader/tests/regres/testlists/vk-default/
Ddynamic-state.txt109 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_bounds.before
110 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_bounds.after
169 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.transfer.depth_bounds.before
170 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.transfer.depth_bounds.after
Drasterization.txt870 dEQP-VK.rasterization.frag_side_effects.color_at_beginning.depth_bounds
880 dEQP-VK.rasterization.frag_side_effects.color_at_end.depth_bounds
/external/deqp/external/vulkancts/mustpass/main/vk-default/
Ddynamic-state.txt109 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_bounds.before
110 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_bounds.after
169 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.transfer.depth_bounds.before
170 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.transfer.depth_bounds.after
Drasterization.txt870 dEQP-VK.rasterization.frag_side_effects.color_at_beginning.depth_bounds
880 dEQP-VK.rasterization.frag_side_effects.color_at_end.depth_bounds
/external/deqp/android/cts/main/vk-master/
Ddynamic-state.txt109 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_bounds.before
110 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_bounds.after
169 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.transfer.depth_bounds.before
170 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.transfer.depth_bounds.after
Drasterization.txt870 dEQP-VK.rasterization.frag_side_effects.color_at_beginning.depth_bounds
880 dEQP-VK.rasterization.frag_side_effects.color_at_end.depth_bounds
/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c79 .depth_bounds = {
169 if (memcmp(&dest->depth_bounds, &src->depth_bounds, in radv_bind_dynamic_state()
170 sizeof(src->depth_bounds))) { in radv_bind_dynamic_state()
171 dest->depth_bounds = src->depth_bounds; in radv_bind_dynamic_state()
1415 fui(d->depth_bounds.min)); in radv_emit_depth_bounds()
1417 fui(d->depth_bounds.max)); in radv_emit_depth_bounds()
4401 if (state->dynamic.depth_bounds.min == minDepthBounds && in radv_CmdSetDepthBounds()
4402 state->dynamic.depth_bounds.max == maxDepthBounds) { in radv_CmdSetDepthBounds()
4406 state->dynamic.depth_bounds.min = minDepthBounds; in radv_CmdSetDepthBounds()
4407 state->dynamic.depth_bounds.max = maxDepthBounds; in radv_CmdSetDepthBounds()
Dradv_private.h1160 } depth_bounds; member
Dradv_pipeline.c1598 dynamic->depth_bounds.min = in radv_pipeline_init_dynamic_state()
1600 dynamic->depth_bounds.max = in radv_pipeline_init_dynamic_state()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c1347 uint32_t depth_bounds[GENX(3DSTATE_DEPTH_BOUNDS_length)]; member
1416 iris_pack_command(GENX(3DSTATE_DEPTH_BOUNDS), cso->depth_bounds, depth_bounds) { in iris_create_zsa_state()
1417 depth_bounds.DepthBoundsTestValueModifyDisable = false; in iris_create_zsa_state()
1418 depth_bounds.DepthBoundsTestEnableModifyDisable = false; in iris_create_zsa_state()
1419 depth_bounds.DepthBoundsTestEnable = state->depth.bounds_test; in iris_create_zsa_state()
1420 depth_bounds.DepthBoundsTestMinValue = state->depth.bounds_min; in iris_create_zsa_state()
1421 depth_bounds.DepthBoundsTestMaxValue = state->depth.bounds_max; in iris_create_zsa_state()
1457 if (cso_changed(depth_bounds)) in iris_bind_zsa_state()
6063 iris_batch_emit(batch, cso->depth_bounds, sizeof(cso->depth_bounds)); in iris_upload_dirty_render_state()
/external/rust/crates/vulkano/src/pipeline/graphics_pipeline/
Dbuilder.rs928 if !device.enabled_features().depth_bounds { in with_pipeline_layout()
935 if !device.enabled_features().depth_bounds { in with_pipeline_layout()
/external/rust/crates/vulkano/out/
Dautogen.rs3345 depth_bounds => {
3349 ffi_name: depth_bounds,
/external/mesa3d/.gitlab-ci/piglit/
Dquick_gl.txt906 spec/ext_depth_bounds_test/depth_bounds: skip

12