Home
last modified time | relevance | path

Searched defs:is_int10 (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_ps.c261 bool is_int8, is_int10; in si_llvm_init_ps_export_args() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c537 unsigned col_format = 0, is_int8 = 0, is_int10 = 0, is_float32 = 0; in radv_pipeline_compute_spi_color_formats() local
622 bool is_int10 = format_is_int10(format); in radv_format_meta_fs_key() local
4298 bool is_int10 = (pipeline_key->ps.is_int10 >> slot) & 1; in radv_lower_fs_output() local
Dradv_nir_to_llvm.c601 bool is_int10 = (ctx->options->key.ps.is_int10 >> index) & 1; in si_llvm_init_export_args() local
Dradv_shader.h95 uint32_t is_int10; member
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp11166 bool is_int10; member