Searched refs:short4 (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/resources/sksl/errors/ |
D | OverflowIntLiteral.sksl | 8 short4 s4_neg = short4(-32766, -32767, -32769, -32768); // error -32769 9 short4 s4_pos = short4(32765, 32768, 32766, 32767); // error 32768
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Sampler.hpp | 32 short4 uHalf; 33 short4 vHalf; 34 short4 wHalf; 38 short4 onePitchP;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/comp/ |
D | bitcast-16bit-2.invalid.comp | 8 short4 outputs[1]; 27 _21.outputs[ident] = short4(_47.x, _47.y, _21.outputs[ident].z, _21.outputs[ident].w); 29 _21.outputs[ident] = short4(_21.outputs[ident].x, _21.outputs[ident].y, _66.x, _66.y);
|
D | bitcast-16bit-1.invalid.comp | 8 short4 inputs[1];
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vulkan/vert/ |
D | small-storage.vk.vert | 26 short4 p [[user(locn0)]]; 42 …out.p = short4((int4(int(in.foo)) + int4(int2(_26.a), int2(_26.c))) - int4(int3(_53.f) / int3(_53.…
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/vulkan/vert/ |
D | small-storage.vk.vert | 26 short4 p [[user(locn0)]]; 42 …out.p = short4((int4(int(in.foo)) + int4(int2(_26.a), int2(_26.c))) - int4(int3(_53.f) / int3(_53.…
|
/third_party/skia/tests/sksl/runtime/ |
D | PrecisionQualifiers.stage | 31 short4 imp4 = short4(ihp4);
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Types.hpp | 65 typedef ALIGN(8, short) short4[4];
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDescriptorSetLayout.cpp | 544 mipmap.uHalf = sw::short4(halfTexelU); in WriteTextureLevelInfo() 545 mipmap.vHalf = sw::short4(halfTexelV); in WriteTextureLevelInfo() 546 mipmap.wHalf = sw::short4(halfTexelW); in WriteTextureLevelInfo()
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | Types.hpp | 214 using short4 = vec4<short>; typedef
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 2540 Value *short4 = Nucleus::createBitCast(int2, Short4::type()); in Short4() local 2542 storeValue(short4); in Short4()
|
D | LLVMReactor.cpp | 2029 Value *short4 = As<Short4>(Int2(As<Int4>(packed))).value(); in Short4() local 2031 storeValue(short4); in Short4()
|