Searched refs:col_format (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline.c506 unsigned col_format = 0; local in function:radv_pipeline_compute_spi_color_formats
524 col_format |= cf << (4 * i);
527 if (!(col_format & 0xf) && blend->need_src_alpha & (1 << 0)) {
532 col_format |= V_028714_SPI_SHADER_32_AR;
538 num_targets = (util_last_bit(col_format) + 3) / 4;
540 if (!(col_format & (0xf << (i * 4)))) {
541 col_format |= V_028714_SPI_SHADER_32_R << (i * 4);
549 col_format |= (col_format & 0xf) << 4;
551 blend->cb_shader_mask = ac_get_cb_shader_mask(col_format);
600 unsigned col_format = si_choose_spi_color_format(format, false, false); local in function:radv_format_meta_fs_key
[all...]
H A Dradv_shader.h103 uint32_t col_format; member in struct:radv_fs_variant_key
H A Dradv_private.h381 uint32_t col_format; member in struct:radv_pipeline_key
1405 uint32_t col_format; member in struct:radv_pipeline::__anone2cea0a71a0a::__anone2cea0a71b08
H A Dradv_nir_to_llvm.c2583 unsigned col_format = (ctx->options->key.fs.col_format >> (4 * index)) & 0xf; local in function:si_llvm_init_export_args
2592 switch(col_format) {
H A Dradv_cmd_buffer.c766 uint32_t spi_format = (pipeline->graphics.col_format >> (i * 4)) & 0xf;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c475 unsigned col_format = 0, is_int8 = 0, is_int10 = 0; local in function:radv_pipeline_compute_spi_color_formats
498 col_format |= cf << (4 * i);
501 if (!(col_format & 0xf) && blend->need_src_alpha & (1 << 0)) {
506 col_format |= V_028714_SPI_SHADER_32_AR;
512 num_targets = (util_last_bit(col_format) + 3) / 4;
514 if (!(col_format & (0xfu << (i * 4)))) {
515 col_format |= V_028714_SPI_SHADER_32_R << (i * 4);
523 assert(!(col_format >> 4));
524 col_format |= (col_format
555 unsigned col_format = radv_choose_spi_color_format(device, format, false, false); local in function:radv_format_meta_fs_key
[all...]
H A Dradv_shader.h84 uint32_t col_format; member in struct:radv_pipeline_key::__anonc0b8b2d60308
H A Dradv_nir_to_llvm.c907 unsigned col_format = (ctx->args->options->key.ps.col_format >> (4 * index)) & 0xf; local in function:si_llvm_init_export_args
915 switch (col_format) {
993 (col_format == V_028714_SPI_SHADER_32_R || col_format == V_028714_SPI_SHADER_32_GR ||
994 col_format == V_028714_SPI_SHADER_32_AR || col_format == V_028714_SPI_SHADER_32_ABGR ||
995 col_format == V_028714_SPI_SHADER_FP16_ABGR)) {
H A Dradv_private.h1818 uint32_t col_format; member in struct:radv_pipeline::__anon4674665a290a::__anon4674665a2a08
H A Dradv_cmd_buffer.c1150 uint32_t spi_format = (pipeline->graphics.col_format >> (i * 4)) & 0xf;
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp10878 unsigned target, col_format; local in function:aco::__anon562fcc110110::export_fs_mrt_color
10885 col_format = (ctx->options->key.ps.col_format >> (4 * slot)) & 0xf;
10893 (col_format == V_028714_SPI_SHADER_32_R || col_format == V_028714_SPI_SHADER_32_GR ||
10894 col_format == V_028714_SPI_SHADER_32_AR || col_format == V_028714_SPI_SHADER_32_ABGR ||
10895 col_format == V_028714_SPI_SHADER_FP16_ABGR)) {
10907 switch (col_format) {

Completed in 67 milliseconds