| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_util.h | 264 uint16_t rgba4; member in struct:bcolor_entry 319 PACK_F(rgba4, r4g4b4a4_unorm);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_s3tc.c | 1475 * col0 will be rgba0, rgba4, rgba8, rgba12, col1 rgba1, rgba5, ... 2228 LLVMValueRef offset4, i4, j4, rgba4[LP_MAX_VECTOR_LENGTH/16]; local in function:lp_build_fetch_s3tc_rgba_aos 2231 assert(n / 4 <= ARRAY_SIZE(rgba4)); 2250 rgba4[count] = s3tc_dxt1_to_rgba_aos(gallivm, 4, format_desc->format, 2255 rgba4[count] = s3tc_dxt3_to_rgba_aos(gallivm, 4, format_desc->format, colors, 2260 rgba4[count] = s3tc_dxt5_to_rgba_aos(gallivm, 4, format_desc->format, colors, 2265 rgba4[count] = LLVMGetUndef(LLVMVectorType(i8t, 4)); 2269 rgba4[count] = LLVMBuildBitCast(builder, rgba4[count], i324_vectype, ""); 2271 rgba = lp_build_concat(gallivm, rgba4, lp_324_vectyp 2583 LLVMValueRef offset4, i4, j4, rgba4[LP_MAX_VECTOR_LENGTH/16]; local in function:lp_build_fetch_rgtc_rgba_aos [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_s3tc.c | 1435 * col0 will be rgba0, rgba4, rgba8, rgba12, col1 rgba1, rgba5, ... 2186 LLVMValueRef offset4, i4, j4, rgba4[LP_MAX_VECTOR_LENGTH/16]; local in function:lp_build_fetch_s3tc_rgba_aos 2189 assert(n / 4 <= ARRAY_SIZE(rgba4)); 2208 rgba4[count] = s3tc_dxt1_to_rgba_aos(gallivm, 4, format_desc->format, 2213 rgba4[count] = s3tc_dxt3_to_rgba_aos(gallivm, 4, format_desc->format, colors, 2218 rgba4[count] = s3tc_dxt5_to_rgba_aos(gallivm, 4, format_desc->format, colors, 2223 rgba4[count] = LLVMGetUndef(LLVMVectorType(i8t, 4)); 2227 rgba4[count] = LLVMBuildBitCast(builder, rgba4[count], i324_vectype, ""); 2229 rgba = lp_build_concat(gallivm, rgba4, lp_324_vectyp [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_emit.c | 143 uint16_t rgba4; member in struct:bcolor_entry 191 e->rgba4 = 0; 274 e->rgba4 |= (int)(f_u * 0xf) << (c * 4);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_emit.c | 165 uint16_t rgba4; member in struct:bcolor_entry 213 e->rgba4 = 0; 303 e->rgba4 |= (int)(f_u * 0xf) << (c * 4);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_emit.c | 168 uint16_t rgba4; member in struct:bcolor_entry 219 e->rgba4 = 0; 302 e->rgba4 |= (int)(f_u * 0xf) << (c * 4);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_emit.c | 66 uint16_t rgba4; member in struct:bcolor_entry 118 e->rgba4 = 0; 207 e->rgba4 |= (int)(f_u * 0xf) << (c * 4);
|