Searched refs:depthBounds (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_device.c | 577 .depthBounds = false,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_screen.c | 680 return screen->info.feats.features.depthBounds;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_device.c | 949 .depthBounds = false, 991 /* The new DOOM and Wolfenstein games require depthBounds without 996 pFeatures->depthBounds = true;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_device.c | 1275 .depthBounds = pdevice->info.ver >= 12, 1316 /* The new DOOM and Wolfenstein games require depthBounds without 1321 pFeatures->depthBounds = true;
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_device.c | 1013 .depthBounds = false, /* Only available since V3D 4.3.16.2 */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_device.c | 417 .depthBounds = (pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CAP_DEPTH_BOUNDS_TEST) != 0),
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_device.c | 561 .depthBounds = true,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_device.c | 765 .depthBounds = true,
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_device.h | 802 size += vn_sizeof_VkBool32(&val->depthBounds); 863 vn_encode_VkBool32(enc, &val->depthBounds); 923 vn_decode_VkBool32(dec, &val->depthBounds); 984 /* skip val->depthBounds */ 1045 /* skip val->depthBounds */
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_device.c | 1156 .depthBounds = true,
|
| /xsrc/external/mit/MesaLib.old/dist/include/vulkan/ |
| H A D | vulkan_core.h | 1866 VkBool32 depthBounds; member in struct:VkPhysicalDeviceFeatures
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.3.0.rst | 2746 - anv: Set depthBounds to true in anv_GetPhysicalDeviceFeatures.
|
| H A D | 20.2.0.rst | 2773 - turnip: implement depthBounds
|
| /xsrc/external/mit/MesaLib/dist/include/vulkan/ |
| H A D | vulkan_core.h | 2561 VkBool32 depthBounds; member in struct:VkPhysicalDeviceFeatures
|
Completed in 167 milliseconds