Home
last modified time | relevance | path

Searched refs:emulated_format (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_lower_image_casts.c204 enum pipe_format emulation_format = info[image->data.driver_location].emulated_format; in lower_image_cast_instr()
254 if (info[var->data.driver_location].emulated_format != PIPE_FORMAT_NONE) { in d3d12_lower_image_casts()
255 var->data.image.format = info[var->data.driver_location].emulated_format; in d3d12_lower_image_casts()
H A Dd3d12_compiler.h82 enum pipe_format view_format, emulated_format; member
H A Dd3d12_compiler.cpp1054 key->image_format_conversion[i].emulated_format = sel_ctx->ctx->image_view_emulation_formats[stage][i]; in d3d12_fill_shader_key()
1055 if (key->image_format_conversion[i].emulated_format != PIPE_FORMAT_NONE) in d3d12_fill_shader_key()

Completed in 4 milliseconds