Searched refs:depthBounds (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_device.c577 .depthBounds = false,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_screen.c680 return screen->info.feats.features.depthBounds;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c949 .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 Danv_device.c1275 .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 Dv3dv_device.c1013 .depthBounds = false, /* Only available since V3D 4.3.16.2 */
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c417 .depthBounds = (pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CAP_DEPTH_BOUNDS_TEST) != 0),
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_device.c561 .depthBounds = true,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c765 .depthBounds = true,
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h802 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 Dradv_device.c1156 .depthBounds = true,
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h1866 VkBool32 depthBounds; member in struct:VkPhysicalDeviceFeatures
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst2746 - anv: Set depthBounds to true in anv_GetPhysicalDeviceFeatures.
H A D20.2.0.rst2773 - turnip: implement depthBounds
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h2561 VkBool32 depthBounds; member in struct:VkPhysicalDeviceFeatures

Completed in 167 milliseconds