/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/frag/ |
D | unorm-snorm-packing.frag | 32 uint4 Packed = uint4(round(saturate(value) * 255.0)); 33 return Packed.x | (Packed.y << 8) | (Packed.z << 16) | (Packed.w << 24); 38 uint4 Packed = uint4(value & 0xff, (value >> 8) & 0xff, (value >> 16) & 0xff, value >> 24); 39 return float4(Packed) / 255.0; 44 int4 Packed = int4(round(clamp(value, -1.0, 1.0) * 127.0)) & 0xff; 45 return uint(Packed.x | (Packed.y << 8) | (Packed.z << 16) | (Packed.w << 24)); 51 int4 Packed = int4(SignedValue << 24, SignedValue << 16, SignedValue << 8, SignedValue) >> 24; 52 return clamp(float4(Packed) / 127.0, -1.0, 1.0); 57 uint2 Packed = uint2(round(saturate(value) * 65535.0)); 58 return Packed.x | (Packed.y << 16); [all …]
|
D | fp16-packing.frag | 20 uint2 Packed = f32tof16(value); 21 return Packed.x | (Packed.y << 16);
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/frag/ |
D | unorm-snorm-packing.frag | 32 uint4 Packed = uint4(round(saturate(value) * 255.0)); 33 return Packed.x | (Packed.y << 8) | (Packed.z << 16) | (Packed.w << 24); 38 uint4 Packed = uint4(value & 0xff, (value >> 8) & 0xff, (value >> 16) & 0xff, value >> 24); 39 return float4(Packed) / 255.0; 44 int4 Packed = int4(round(clamp(value, -1.0, 1.0) * 127.0)) & 0xff; 45 return uint(Packed.x | (Packed.y << 8) | (Packed.z << 16) | (Packed.w << 24)); 51 int4 Packed = int4(SignedValue << 24, SignedValue << 16, SignedValue << 8, SignedValue) >> 24; 52 return clamp(float4(Packed) / 127.0, -1.0, 1.0); 57 uint2 Packed = uint2(round(saturate(value) * 65535.0)); 58 return Packed.x | (Packed.y << 16); [all …]
|
D | fp16-packing.frag | 20 uint2 Packed = f32tof16(value); 21 return Packed.x | (Packed.y << 16);
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | packing.inl | 283 u16vec1 Packed(uninitialize); local 284 memcpy(&Packed, &Unpack, sizeof(Packed)); 285 return Packed; 302 u16vec2 Packed(uninitialize); local 303 memcpy(&Packed, &Unpack, sizeof(Packed)); 304 return Packed; 321 u16vec3 Packed(uninitialize); local 322 memcpy(&Packed, &Unpack, sizeof(Packed)); 323 return Packed; 340 u16vec4 Packed(uninitialize); local [all …]
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/comp/ |
D | glsl.std450.fxconly.comp | 13 uint2 Packed = f32tof16(value); 14 return Packed.x | (Packed.y << 16); 24 uint4 Packed = uint4(round(saturate(value) * 255.0)); 25 return Packed.x | (Packed.y << 8) | (Packed.z << 16) | (Packed.w << 24); 30 uint4 Packed = uint4(value & 0xff, (value >> 8) & 0xff, (value >> 16) & 0xff, value >> 24); 31 return float4(Packed) / 255.0; 36 int4 Packed = int4(round(clamp(value, -1.0, 1.0) * 127.0)) & 0xff; 37 return uint(Packed.x | (Packed.y << 8) | (Packed.z << 16) | (Packed.w << 24)); 43 int4 Packed = int4(SignedValue << 24, SignedValue << 16, SignedValue << 8, SignedValue) >> 24; 44 return clamp(float4(Packed) / 127.0, -1.0, 1.0); [all …]
|
/third_party/glslang/Test/ |
D | hlsl.partialFlattenLocal.vert | 3 struct Packed { 13 Packed packed; 24 Packed packed2 = packed;
|
D | hlsl.partialFlattenMixed.vert | 3 struct Packed { 11 Packed packed;
|
/third_party/glslang/Test/baseResults/ |
D | hlsl.partialFlattenMixed.vert.out | 105 Name 18 "Packed" 106 MemberName 18(Packed) 0 "a" 107 MemberName 18(Packed) 1 "membTex" 108 MemberName 18(Packed) 2 "b" 133 18(Packed): TypeStruct 13(int) 17 13(int) 134 19: TypePointer Function 18(Packed)
|
D | hlsl.partialFlattenLocal.vert.out | 251 Name 22 "Packed" 252 MemberName 22(Packed) 0 "tex" 253 MemberName 22(Packed) 1 "pos" 254 MemberName 22(Packed) 2 "uv" 255 MemberName 22(Packed) 3 "x" 256 MemberName 22(Packed) 4 "n" 284 22(Packed): TypeStruct 13 17 20 6(float) 21(int) 285 23: TypePointer Function 22(Packed) 365 70: 22(Packed) Load 24(packed)
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Type.cs | 586 public bool Packed { property in Google.Protobuf.WellKnownTypes.Field 653 if (Packed != other.Packed) return false; in Equals() 669 if (Packed != false) hash ^= Packed.GetHashCode(); in GetHashCode() 713 if (Packed != false) { in WriteTo() 715 output.WriteBool(Packed); in WriteTo() 759 if (Packed != false) { in IBufferMessage.InternalWriteTo() 761 output.WriteBool(Packed); in IBufferMessage.InternalWriteTo() 799 if (Packed != false) { in CalculateSize() 838 if (other.Packed != false) { in MergeFrom() 839 Packed = other.Packed; in MergeFrom() [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
D | APPLE_rgb_422.txt | 123 Two entries are added to Table 3.8 (Packed pixel formats): 150 One entry is added to Table 3.12 (Packed pixel field assignments): 200 3.5 (Packed pixel formats). Changes to OpenGL 2.0's Table 3.10 above are 202 OpenGL 2.0's Table 3.13 are made to OpenGL ES 2.0's Table 3.7 (Packed 222 above are made to OpenGL ES 3.0's Table 3.6 (Packed pixel formats). 225 to OpenGL ES 3.0's Table 3.10 (Packed pixel field assignments).
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_rgb_422.txt | 123 Two entries are added to Table 3.8 (Packed pixel formats): 150 One entry is added to Table 3.12 (Packed pixel field assignments): 200 3.5 (Packed pixel formats). Changes to OpenGL 2.0's Table 3.10 above are 202 OpenGL 2.0's Table 3.13 are made to OpenGL ES 2.0's Table 3.7 (Packed 222 above are made to OpenGL ES 3.0's Table 3.6 (Packed pixel formats). 225 to OpenGL ES 3.0's Table 3.10 (Packed pixel field assignments).
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIAddIMGInit.cpp | 118 bool Packed = !ST.hasUnpackedD16VMem(); in runOnMachineFunction() local 121 D16Val && Packed ? ((ActiveLanes + 1) >> 1) + 1 : ActiveLanes + 1; in runOnMachineFunction()
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/frag/ |
D | fp16.invalid.desktop.frag | 48 uint2 Packed = f32tof16(value); 49 return Packed.x | (Packed.y << 16);
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldDescriptor.cs | 234 return Proto.Options?.Packed ?? false; 238 return !Proto.Options.HasPacked || Proto.Options.Packed;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 468 static Constant *getAnon(ArrayRef<Constant*> V, bool Packed = false) { 469 return get(getTypeForElements(V, Packed), V); 472 ArrayRef<Constant*> V, bool Packed = false) { 473 return get(getTypeForElements(Ctx, V, Packed), V); 479 bool Packed = false); 483 bool Packed = false);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/doc/ |
D | PackedDepthStencilSupport.md | 1 # Packed depth stencil support in Metal
|
/third_party/ffmpeg/doc/ |
D | swresample.txt | 34 Planar/Packed conversion is done when needed during sample format conversion.
|
/third_party/mesa3d/src/mesa/main/ |
D | formats.csv | 54 # Packed unorm formats 121 # Packed signed formats 144 # Packed sRGB formats 161 # Packed float formats 187 # Packed signed/unsigned non-normalized integer formats
|
/third_party/openGLES/extensions/MESA/ |
D | MESA_ycbcr_texture.txt | 79 add the following to Table 3.8 (Packed pixel formats): 107 add the following to Table 3.12 (Packed pixel field assignments):
|
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/ |
D | MESA_ycbcr_texture.txt | 79 add the following to Table 3.8 (Packed pixel formats): 107 add the following to Table 3.12 (Packed pixel field assignments):
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ScheduleSLM.td | 392 // Packed Compare Implicit Length Strings, Return Mask 402 // Packed Compare Explicit Length Strings, Return Mask 412 // Packed Compare Implicit Length Strings, Return Index 422 // Packed Compare Explicit Length Strings, Return Index
|
/third_party/protobuf/conformance/ |
D | binary_json_conformance_suite.cc | 221 enum class Packed { enum 229 Packed packed = Packed::UNSPECIFIED) { in GetFieldForType() 235 if ((packed == Packed::TRUE && !f->is_packed()) || in GetFieldForType() 236 (packed == Packed::FALSE && f->is_packed())) { in GetFieldForType() 246 if (packed == Packed::TRUE) { in GetFieldForType() 249 if (packed == Packed::FALSE) { in GetFieldForType() 799 GetFieldForType(type, true, is_proto3, Packed::TRUE); in TestValidDataForType() 801 GetFieldForType(type, true, is_proto3, Packed::FALSE); in TestValidDataForType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInstX8664.h | 257 enum SseSuffix { None, Packed, Unpack, Scalar, Integral, Pack }; enumerator 1351 InstX86Base::SseSuffix::Packed> { 1361 InstX86Base::SseSuffix::Packed>(Func, Dest, in InstX86Addps() 1478 InstX86Base::SseSuffix::Packed> { 1488 InstX86Base::SseSuffix::Packed>(Func, Dest, in InstX86Subps() 1592 InstX86Base::SseSuffix::Packed> { 1602 InstX86Base::SseSuffix::Packed>(Func, Dest, in InstX86Andnps() 1608 InstX86Base::SseSuffix::Packed> { 1618 InstX86Base::SseSuffix::Packed>(Func, Dest, in InstX86Andps() 1734 InstX86Base::SseSuffix::Packed> { [all …]
|