/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTexelBufferTests.cpp | 71 …tcu::TestCaseGroup* const snorm = new tcu::TestCaseGroup(testCtx, "snorm", "Test uniform texel bu… in createUniformTexelBufferTests() local 92 uniform->addChild(snorm); in createUniformTexelBufferTests() 108 snorm->addChild(testCase); in createUniformTexelBufferTests()
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.snorm.uav.comp | 7 Texture3D<snorm float4> ResultInS: register(t1); 8 RWTexture3D<snorm float4> ResultOutS: register(u1);
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | hlsl.snorm.uav.comp | 7 Texture3D<snorm float4> ResultInS: register(t1); 8 RWTexture3D<snorm float4> ResultOutS: register(u1);
|
/external/swiftshader/src/Renderer/ |
D | Surface.cpp | 94 *(char*)element = snorm<8>(r); in write() 151 *(unsigned int*)element = (static_cast<unsigned int>(snorm<8>(a)) << 24) | in write() 152 (static_cast<unsigned int>(snorm<8>(b)) << 16) | in write() 153 (static_cast<unsigned int>(snorm<8>(g)) << 8) | in write() 154 (static_cast<unsigned int>(snorm<8>(r)) << 0); in write() 171 (static_cast<unsigned int>(snorm<8>(b)) << 16) | in write() 172 (static_cast<unsigned int>(snorm<8>(g)) << 8) | in write() 173 (static_cast<unsigned int>(snorm<8>(r)) << 0); in write() 195 *(unsigned short*)element = (static_cast<unsigned short>(snorm<8>(g)) << 8) | in write() 196 (static_cast<unsigned short>(snorm<8>(r)) << 0); in write() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 1071 const deUint8 snorm = (deUint8)tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT; in getCorePlanarFormatDescription() local 1129 { 0, snorm, 0, 8, 1 }, // R in getCorePlanarFormatDescription() 1178 { 0, snorm, 0, 8, 2 }, // R in getCorePlanarFormatDescription() 1179 { 0, snorm, 8, 8, 2 }, // G in getCorePlanarFormatDescription() 1226 { 0, snorm, 0, 16, 2 }, // R in getCorePlanarFormatDescription() 1274 { 0, snorm, 0, 16, 4 }, // R in getCorePlanarFormatDescription() 1275 { 0, snorm, 16, 16, 4 }, // G in getCorePlanarFormatDescription() 2188 { 0, snorm, 0, 8, 4 }, // R in getCorePlanarFormatDescription() 2189 { 0, snorm, 8, 8, 4 }, // G in getCorePlanarFormatDescription() 2190 { 0, snorm, 16, 8, 4 }, // B in getCorePlanarFormatDescription() [all …]
|
/external/mesa3d/docs/relnotes/ |
D | 10.2.6.rst | 51 - mesa: Don't allow snorm internal formats in glCopyTexImage*() in
|
D | 19.0.0.rst | 976 - mesa/main: do not allow snorm-texture enums before gles3
|
D | 20.1.0.rst | 1368 - gallivm/rgtc: enable fast path for snorm types.
|
D | 20.2.0.rst | 1514 - llvmpipe/format: fix snorm conversion
|
/external/swiftshader/src/System/ |
D | Math.hpp | 242 inline int snorm(float x) in snorm() function
|
/external/swiftshader/src/Common/ |
D | Math.hpp | 274 inline int snorm(float x) in snorm() function
|
/external/eigen/Eigen/src/misc/ |
D | blas.h | 307 int BLASFUNC(snorm)(char *, int *, int *, float *, int *);
|
/external/mesa3d/src/util/tests/format/ |
D | u_format_test.c | 703 #define FORMAT_CASE(format, unorm, snorm) \ in test_format_norm_flags() argument 706 format_desc->is_snorm == snorm); \ in test_format_norm_flags()
|
/external/mesa3d/.gitlab-ci/piglit/ |
D | glslparser.txt | 2334 spec/nv_image_formats/compiler/declaration-disallow-r16-snorm-2d-array.frag: skip 2335 spec/nv_image_formats/compiler/declaration-disallow-r16-snorm-2d-array.vert: skip 2336 spec/nv_image_formats/compiler/declaration-disallow-r16-snorm-2d.frag: skip 2337 spec/nv_image_formats/compiler/declaration-disallow-r16-snorm-2d.vert: skip 2338 spec/nv_image_formats/compiler/declaration-disallow-r16-snorm-3d.frag: skip 2339 spec/nv_image_formats/compiler/declaration-disallow-r16-snorm-3d.vert: skip 2340 spec/nv_image_formats/compiler/declaration-disallow-r16-snorm-cube.frag: skip 2341 spec/nv_image_formats/compiler/declaration-disallow-r16-snorm-cube.vert: skip 2350 spec/nv_image_formats/compiler/declaration-disallow-rg16-snorm-2d-array.frag: skip 2351 spec/nv_image_formats/compiler/declaration-disallow-rg16-snorm-2d-array.vert: skip [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | hlsl.snorm.uav.comp.out | 1 hlsl.snorm.uav.comp
|
/external/eigen/bench/btl/libs/BLAS/ |
D | blas.h | 385 int BLASFUNC(snorm)(char *, int *, int *, float *, int *);
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.snorm.uav.comp.out | 1 hlsl.snorm.uav.comp
|
/external/mesa3d/src/intel/isl/ |
D | isl_format_layout.csv | 51 # sn: snorm
|