Home
last modified time | relevance | path

Searched refs:has_z24uint_s8uint (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/freedreno/fdl/
H A Dfd6_view.c46 fdl6_format_swiz(enum pipe_format format, bool has_z24uint_s8uint, in fdl6_format_swiz() argument
93 if (!has_z24uint_s8uint) { in fdl6_format_swiz()
145 fdl6_texswiz(const struct fdl_view_args *args, bool has_z24uint_s8uint) in fdl6_texswiz() argument
148 fdl6_format_swiz(args->format, has_z24uint_s8uint, format_swiz); in fdl6_texswiz()
163 const struct fdl_view_args *args, bool has_z24uint_s8uint) in fdl6_view_init()
224 if (args->format == PIPE_FORMAT_X24S8_UINT && has_z24uint_s8uint) { in fdl6_view_init()
250 fdl6_texswiz(args, has_z24uint_s8uint) | in fdl6_view_init()
385 fdl6_texswiz(args, has_z24uint_s8uint) | in fdl6_view_init()
162 fdl6_view_init(struct fdl6_view *view, const struct fdl_layout **layouts, const struct fdl_view_args *args, bool has_z24uint_s8uint) fdl6_view_init() argument
H A Dfreedreno_layout.h324 const struct fdl_view_args *args, bool has_z24uint_s8uint);
330 fdl6_format_swiz(enum pipe_format format, bool has_z24uint_s8uint,
/third_party/mesa3d/src/freedreno/common/
H A Dfreedreno_devices.py224 has_z24uint_s8uint = True,
240 has_z24uint_s8uint = True,
264 has_z24uint_s8uint = True,
H A Dfreedreno_dev_info.h74 bool has_z24uint_s8uint; member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_image.c153 bool has_z24uint_s8uint) in tu_image_view_init()
243 fdl6_view_init(&iview->view, layouts, &args, has_z24uint_s8uint); in tu_image_view_init()
335 if (!info->a6xx.has_z24uint_s8uint && samples > VK_SAMPLE_COUNT_1_BIT) in ubwc_possible()
150 tu_image_view_init(struct tu_device *device, struct tu_image_view *iview, const VkImageViewCreateInfo *pCreateInfo, bool has_z24uint_s8uint) tu_image_view_init() argument
H A Dtu_device.c2028 physical_device->info->a6xx.has_z24uint_s8uint && in tu_CreateDevice()
H A Dtu_cmd_buffer.c1158 if (!cmd->device->physical_device->info->a6xx.has_z24uint_s8uint) { in tu_emit_input_attachments()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_image.c124 ctx->screen->info->a6xx.has_z24uint_s8uint); in fd6_emit_image_descriptor()
H A Dfd6_resource.c52 return info->a6xx.has_z24uint_s8uint; in ok_ubwc_format()
H A Dfd6_texture.c267 ctx->screen->info->a6xx.has_z24uint_s8uint); in fd6_sampler_view_update()
H A Dfd6_emit.c87 const bool has_z24uint_s8uint = screen->info->a6xx.has_z24uint_s8uint; in setup_border_colors() local
143 cd = (format == PIPE_FORMAT_X24S8_UINT && has_z24uint_s8uint) ? 1 : 0; in setup_border_colors()
H A Dfd6_blitter.c1072 if (!ctx->screen->info->a6xx.has_z24uint_s8uint) {
H A Dfd6_gmem.c333 batch->ctx->screen->info->a6xx.has_z24uint_s8uint); in patch_fb_read_sysmem()

Completed in 23 milliseconds