Searched refs:is_int10 (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_shader.h | 107 uint32_t is_int10; member in struct:radv_fs_variant_key
|
| H A D | radv_pipeline.c | 608 bool is_int10 = format_is_int10(format); local in function:radv_format_meta_fs_key 610 return col_format + (is_int8 ? 3 : is_int10 ? 5 : 0); 615 unsigned *is_int8, unsigned *is_int10) 620 *is_int10 = 0; 633 *is_int10 |= 1 << i; 1969 radv_pipeline_compute_get_int_clamp(pCreateInfo, &key.is_int8, &key.is_int10); 2011 keys[MESA_SHADER_FRAGMENT].fs.is_int10 = key->is_int10; 614 radv_pipeline_compute_get_int_clamp(const VkGraphicsPipelineCreateInfo * pCreateInfo,unsigned * is_int8,unsigned * is_int10) argument
|
| H A D | radv_private.h | 383 uint32_t is_int10; member in struct:radv_pipeline_key
|
| H A D | radv_nir_to_llvm.c | 2585 bool is_int10 = (ctx->options->key.fs.is_int10 >> index) & 1; local in function:si_llvm_init_export_args 2689 is_int8 ? 8 : is_int10 ? 10 : 16,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_ps.c | 282 bool is_int8, is_int10; local in function:si_llvm_init_ps_export_args 288 is_int10 = (key->part.ps.epilog.color_is_int10 >> cbuf) & 0x1; 400 packed = packi(&ctx->ac, pack_args, is_int8 ? 8 : is_int10 ? 10 : 16, chan == 1);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_shader.h | 86 uint32_t is_int10; member in struct:radv_pipeline_key::__anonc0b8b2d60308
|
| H A D | radv_pipeline.c | 475 unsigned col_format = 0, is_int8 = 0, is_int10 = 0; local in function:radv_pipeline_compute_spi_color_formats 495 is_int10 |= 1 << i; 530 blend->col_format_is_int10 = is_int10; 559 bool is_int10 = format_is_int10(format); local in function:radv_format_meta_fs_key 565 else if (col_format == V_028714_SPI_SHADER_UINT16_ABGR && is_int10) 567 else if (col_format == V_028714_SPI_SHADER_SINT16_ABGR && is_int10) 2686 key.ps.is_int10 = blend->col_format_is_int10;
|
| H A D | radv_nir_to_llvm.c | 909 bool is_int10 = (ctx->args->options->key.ps.is_int10 >> index) & 1; local in function:si_llvm_init_export_args 1024 packed = packi(&ctx->ac, pack_args, is_int8 ? 8 : is_int10 ? 10 : 16, chan == 1);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 10888 bool is_int10 = (ctx->options->key.ps.is_int10 >> slot) & 1; local in function:aco::__anon562fcc110110::export_fs_mrt_color 10971 if (is_int8 || is_int10) { 10973 uint32_t max_rgb = is_int8 ? 255 : is_int10 ? 1023 : 0; 10980 i == 3 && is_int10 ? Operand::c32(3u) : Operand(max_rgb_val), values[i]); 10996 if (is_int8 || is_int10) { 10998 uint32_t max_rgb = is_int8 ? 127 : is_int10 ? 511 : 0; 10999 uint32_t min_rgb = is_int8 ? -128 : is_int10 ? -512 : 0; 11007 i == 3 && is_int10 ? Operand::c32(1u) : Operand(max_rgb_val), values[i]); 11009 i == 3 && is_int10 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 2456 bool is_int8, is_int10; local in function:si_llvm_init_export_args 2478 is_int10 = (key->part.ps.epilog.color_is_int10 >> cbuf) & 0x1; 2563 is_int8 ? 8 : is_int10 ? 10 : 16,
|
Completed in 77 milliseconds