Searched refs:colors_read (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h94 ubyte colors_read; /**< which color components are read by the FS */ member in struct:tgsi_shader_info
H A Dtgsi_scan.c175 info->colors_read |= usage_mask_after_swizzle << (index * 4);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h93 ubyte colors_read; /**< which color components are read by the FS */ member in struct:tgsi_shader_info
H A Dtgsi_scan.c175 info->colors_read |= usage_mask_after_swizzle << (index * 4);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h361 ubyte colors_read; /**< which color components are read by the FS */ member in struct:si_shader_info
603 unsigned colors_read : 8; /* color input components read */ member in struct:si_shader_part_key::__anon396a29300908
H A Dsi_shader_llvm.c446 unsigned colors_read = ctx->shader->selector->info.colors_read; local in function:si_nir_build_llvm
453 if (colors_read & 0x0f) {
454 unsigned mask = colors_read & 0x0f;
462 if (colors_read & 0xf0) {
463 unsigned mask = (colors_read & 0xf0) >> 4;
H A Dsi_shader.c676 if (shader->selector->info.colors_read) {
677 unsigned num_color_elements = util_bitcount(shader->selector->info.colors_read);
1719 key->ps_prolog.colors_read = info->colors_read;
1724 (key->ps_prolog.colors_read || key->ps_prolog.states.force_persp_sample_interp ||
1731 if (info->colors_read) {
1746 if (!(info->colors_read & (0xf << i * 4)))
1835 return key->ps_prolog.colors_read || key->ps_prolog.states.force_persp_sample_interp ||
H A Dsi_shader_nir.c325 info->colors_read |= mask << (index * 4);
517 if ((info->colors_read >> (i * 4)) & 0xf) {
522 info->input[index].usage_mask = info->colors_read >> (i * 4);
H A Dsi_shader_llvm_ps.c621 num_color_channels = util_bitcount(key->ps_prolog.colors_read);
777 unsigned writemask = (key->ps_prolog.colors_read >> (i * 4)) & 0xf;
805 key->ps_prolog.colors_read, interp_ij, prim_mask, face, color);
H A Dsi_state_shaders.c1557 unsigned num_colors = !!(info->colors_read & 0x0f) + !!(info->colors_read & 0xf0);
2052 key->part.ps.prolog.color_two_side = rs->two_side && sel->info.colors_read;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h480 unsigned colors_read:8; /* color input components read */ member in struct:si_shader_part_key::__anon05df395d0908
H A Dsi_shader.c1878 unsigned colors_read = shader->selector->info.colors_read; local in function:si_llvm_load_input_fs
1879 unsigned mask = colors_read >> (semantic_index * 4);
1881 (semantic_index ? util_bitcount(colors_read & 0xf) : 0);
1900 shader->selector->info.colors_read, interp_param,
4840 if (shader->selector->info.colors_read) {
4842 util_bitcount(shader->selector->info.colors_read);
6151 key->ps_prolog.colors_read = info->colors_read;
6155 (key->ps_prolog.colors_read ||
[all...]
H A Dsi_state_shaders.c1141 unsigned num_colors = !!(info->colors_read & 0x0f) +
1142 !!(info->colors_read & 0xf0);
1601 key->part.ps.prolog.color_two_side = rs->two_side && sel->info.colors_read;
1602 key->part.ps.prolog.flatshade_colors = rs->flatshade && sel->info.colors_read;
2862 if (!(psinfo->colors_read & (0xf << (i * 4))))
H A Dsi_shader_nir.c84 info->colors_read |= mask << (semantic_index * 4);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c159 info->colors_read |= mask << (semantic_index * 4);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst4494 - radeonsi/nir: set colors_read properly

Completed in 46 milliseconds