Home
last modified time | relevance | path

Searched refs:short4 (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/resources/sksl/errors/
DOverflowIntLiteral.sksl8 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/
DSampler.hpp32 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/
Dbitcast-16bit-2.invalid.comp8 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);
Dbitcast-16bit-1.invalid.comp8 short4 inputs[1];
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vulkan/vert/
Dsmall-storage.vk.vert26 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/
Dsmall-storage.vk.vert26 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/
DPrecisionQualifiers.stage31 short4 imp4 = short4(ihp4);
/third_party/skia/third_party/externals/swiftshader/src/Common/
DTypes.hpp65 typedef ALIGN(8, short) short4[4];
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.cpp544 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/
DTypes.hpp214 using short4 = vec4<short>; typedef
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp2540 Value *short4 = Nucleus::createBitCast(int2, Short4::type()); in Short4() local
2542 storeValue(short4); in Short4()
DLLVMReactor.cpp2029 Value *short4 = As<Short4>(Int2(As<Int4>(packed))).value(); in Short4() local
2031 storeValue(short4); in Short4()