| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| format_fallback.py | 50 ('SRGB', 'UNORM'), 66 # Every sRGB format MUST have a UNORM equivalent 100 %for unorm, srgb in unorm_to_srgb_map: 102 return ${unorm}; 118 %for unorm, srgb in unorm_to_srgb_map: 119 case ${unorm}: 122 %for unorm, srgb in unorm_to_srgb_map:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| format_fallback.py | 50 ('SRGB', 'UNORM'), 66 # Every sRGB format MUST have a UNORM equivalent 114 %for unorm, srgb in unorm_to_srgb_map: 116 return ${unorm}; 132 %for unorm, srgb in unorm_to_srgb_map: 133 case ${unorm}: 136 %for unorm, srgb in unorm_to_srgb_map:
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| v3d_nir_lower_logic_ops.c | 151 nir_ssa_def *unorm = nir_format_float_to_unorm(b, c, bits); local 155 chans[i] = nir_channel(b, unorm, i); 179 nir_ssa_def *unorm = nir_iand(b, c, nir_imm_int(b, masks[i])); local 180 chans[i] = nir_format_unorm_to_float(b, unorm, &bits[i]);
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/format/ |
| u_format_test.c | 422 * Skip test cases which cannot be represented by four unorm bytes. 693 /* Touch-test that the unorm/snorm flags are set up right by codegen. */ 699 #define FORMAT_CASE(format, unorm, snorm) \ 701 success = (format_desc->is_unorm == unorm && \ 725 printf("FAILED: %s (unorm %s, snorm %s)\n",
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/ |
| u_format_test.c | 412 * Skip test cases which cannot be represented by four unorm bytes. 671 /* Touch-test that the unorm/snorm flags are set up right by codegen. */ 677 #define FORMAT_CASE(format, unorm, snorm) \ 679 success = (format_desc->is_unorm == unorm && \ 703 printf("FAILED: %s (unorm %s, snorm %s)\n",
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| ac_llvm_build.h | 513 bool unorm : 1; member in struct:ac_image_args
|
| ac_llvm_build.c | 2312 args[num_args++] = LLVMConstInt(ctx->i1, a->unorm, false);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| ac_llvm_build.h | 410 bool unorm : 1; member in struct:ac_image_args
|
| ac_llvm_build.c | 2209 args[num_args++] = LLVMConstInt(ctx->i1, a->unorm, false);
|
| ac_nir_to_llvm.c | 4827 args.unorm = instr->sampler_dim == GLSL_SAMPLER_DIM_RECT;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| pan_cmdstream.c | 266 uint16_t unorm = (cons * ((1 << chan_size) - 1)); local 267 return unorm << (16 - chan_size);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| si_shader_tgsi_mem.c | 1645 args.unorm = target == TGSI_TEXTURE_RECT ||
|