Searched refs:has_z24uint_s8uint (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/common/ |
| H A D | freedreno_dev_info.h | 68 bool has_z24uint_s8uint; member in struct:fd_dev_info::__anonb62ae096020a::__anonb62ae0960308
|
| H A D | freedreno_devices.py | 222 has_z24uint_s8uint = True, 235 has_z24uint_s8uint = True, 253 has_z24uint_s8uint = True,
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_image.c | 117 bool has_z24uint_s8uint) 139 if (!has_z24uint_s8uint) { 204 bool has_z24uint_s8uint) 271 fmt_tex = has_z24uint_s8uint ? FMT6_Z24_UINT_S8_UINT : FMT6_8_8_8_8_UINT; 281 tu6_texswiz(&pCreateInfo->components, conversion, format, aspect_mask, has_z24uint_s8uint) | 506 if (!info->a6xx.has_z24uint_s8uint && 511 if (!info->a6xx.has_z24uint_s8uint && samples > VK_SAMPLE_COUNT_1_BIT) 824 tu_image_view_init(view, pCreateInfo, device->physical_device->info->a6xx.has_z24uint_s8uint); 113 tu6_texswiz(const VkComponentMapping * comps,const struct tu_sampler_ycbcr_conversion * conversion,VkFormat format,VkImageAspectFlagBits aspect_mask,bool has_z24uint_s8uint) argument 202 tu_image_view_init(struct tu_image_view * iview,const VkImageViewCreateInfo * pCreateInfo,bool has_z24uint_s8uint) argument
|
| H A D | tu_cmd_buffer.c | 1084 if (!cmd->device->physical_device->info->a6xx.has_z24uint_s8uint) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_resource.c | 52 return info->a6xx.has_z24uint_s8uint;
|
| H A D | fd6_blitter.c | 1069 if (!ctx->screen->info->a6xx.has_z24uint_s8uint) {
|
Completed in 12 milliseconds