| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_linking_helpers.c | 476 struct varying_component *comp1 = (struct varying_component *) comp1_v; local in function:cmp_varying_component 480 if (comp1->is_patch != comp2->is_patch) 481 return comp1->is_patch ? 1 : -1; 486 if (comp1->is_intra_stage_only != comp2->is_intra_stage_only) 487 return comp1->is_intra_stage_only ? 1 : -1; 490 if (comp1->is_mediump != comp2->is_mediump) 491 return comp1->is_mediump ? 1 : -1; 496 if (comp1->interp_type != comp2->interp_type) 497 return comp1->interp_type - comp2->interp_type; 500 if (comp1 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_linking_helpers.c | 452 struct varying_component *comp1 = (struct varying_component *) comp1_v; local in function:cmp_varying_component 456 if (comp1->is_patch != comp2->is_patch) 457 return comp1->is_patch ? 1 : -1; 462 if (comp1->interp_type != comp2->interp_type) 463 return comp1->interp_type - comp2->interp_type; 466 if (comp1->interp_loc != comp2->interp_loc) 467 return comp1->interp_loc - comp2->interp_loc; 470 return comp1->var->data.location - comp2->var->data.location;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/ |
| H A D | StoreTile.h | 511 simd16scalar comp1 = _simd16_load_ps(reinterpret_cast<const float*>(pSrc + FormatTraits<DstFormat>::swizzle(1) * sizeof(simd16scalar))); // float32 gggggggggggggggg local in function:FlatConvert 522 comp1 = _simd16_max_ps(comp1, zero); 523 comp1 = _simd16_min_ps(comp1, ones); 535 comp1 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(1, comp1); 541 comp1 = _simd16_mul_ps(comp1, _simd16_set1_ps(FormatTraits<DstFormat>::fromFloat(1))); 547 simd16scalari src1 = _simd16_cvtps_epi32(comp1); // padde 681 simd16scalar comp1 = _simd16_load_ps(reinterpret_cast<const float*>(pSrc + FormatTraits<Dst local in function:FlatConvertNoAlpha [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/ |
| H A D | StoreTile.h | 512 simd16scalar comp1 = _simd16_load_ps(reinterpret_cast<const float*>(pSrc + FormatTraits<DstFormat>::swizzle(1) * sizeof(simd16scalar))); // float32 gggggggggggggggg local in function:FlatConvert 523 comp1 = _simd16_max_ps(comp1, zero); 524 comp1 = _simd16_min_ps(comp1, ones); 536 comp1 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(1, comp1); 542 comp1 = _simd16_mul_ps(comp1, _simd16_set1_ps(FormatTraits<DstFormat>::fromFloat(1))); 548 simd16scalari src1 = _simd16_cvtps_epi32(comp1); // padde 682 simd16scalar comp1 = _simd16_load_ps(reinterpret_cast<const float*>(pSrc + FormatTraits<Dst local in function:FlatConvertNoAlpha [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_print.c | 389 "xyzw"[instr->cat0.comp1 & 0x3]);
|
| H A D | ir3_parser.y | 764 cat0_src1: '!' T_P0 { instr->cat0.inv1 = true; instr->cat0.comp1 = $2 >> 1; } 765 | T_P0 { instr->cat0.comp1 = $1 >> 1; }
|
| H A D | ir3.h | 308 char comp1, comp2; member in struct:ir3_instruction::__anon3fdcb7e6050a::__anon3fdcb7e60608
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A D | format_utils.h | 733 simd4scalar comp1 = _simd_extractf128_ps(src, 1); local in function:Transpose16_16::Transpose 736 simd4scalari comp1i = SIMD128::castps_si(comp1);
|
| H A D | format_traits.h | 38 template <uint32_t comp0 = 0, uint32_t comp1 = 0, uint32_t comp2 = 0, uint32_t comp3 = 0> 44 static const uint32_t s[4] = {comp0, comp1, comp2, comp3};
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | genX_state_upload.c | 639 uint32_t comp1 = VFCOMP_STORE_SRC; local in function:genX 684 case 1: comp1 = VFCOMP_STORE_0; 729 .Component1Control = comp1,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | genX_state_upload.c | 632 uint32_t comp1 = VFCOMP_STORE_SRC; local in function:genX 676 case 1: comp1 = VFCOMP_STORE_0; FALLTHROUGH; 721 .Component1Control = comp1,
|