Home
last modified time | relevance | path

Searched refs:unorm (Results 1 – 22 of 22) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp205 const deUint8 unorm = (deUint8)tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getYCbCrPlanarFormatDescription() local
221 { 0, unorm, 24, 8, 4 }, // R in getYCbCrPlanarFormatDescription()
222 { 0, unorm, 0, 8, 2 }, // G in getYCbCrPlanarFormatDescription()
223 { 0, unorm, 8, 8, 4 }, // B in getYCbCrPlanarFormatDescription()
239 { 0, unorm, 16, 8, 4 }, // R in getYCbCrPlanarFormatDescription()
240 { 0, unorm, 8, 8, 2 }, // G in getYCbCrPlanarFormatDescription()
241 { 0, unorm, 0, 8, 4 }, // B in getYCbCrPlanarFormatDescription()
257 { 2, unorm, 0, 8, 1 }, // R in getYCbCrPlanarFormatDescription()
258 { 0, unorm, 0, 8, 1 }, // G in getYCbCrPlanarFormatDescription()
259 { 1, unorm, 0, 8, 1 }, // B in getYCbCrPlanarFormatDescription()
[all …]
/external/llvm/test/MC/AMDGPU/
Dmimg.s5 image_load v[4:6], v[237:240], s[28:35] dmask:0x7 unorm
9 image_store v[193:195], v[237:240], s[28:35] dmask:0x7 unorm
13 image_sample v[193:195], v[237:240], s[28:35], s[4:7] dmask:0x7 unorm
17 image_atomic_add v4, v[192:195], s[28:35] dmask:0x1 unorm glc
21 image_atomic_swap v4, v[192:195], s[28:35] dmask:0x1 unorm glc
25 image_atomic_cmpswap v[4:5], v[192:195], s[28:35] dmask:0x1 unorm glc
/external/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.image.atomic.ll5 ;SI: image_atomic_swap v4, v[0:3], s[0:7] dmask:0x1 unorm glc ; encoding: [0x00,0x31,0x3c,0xf0,0x00…
6 ;VI: image_atomic_swap v4, v[0:3], s[0:7] dmask:0x1 unorm glc ; encoding: [0x00,0x31,0x40,0xf0,0x00…
16 ;SI: image_atomic_swap v2, v[0:1], s[0:7] dmask:0x1 unorm glc ; encoding: [0x00,0x31,0x3c,0xf0,0x00…
17 ;VI: image_atomic_swap v2, v[0:1], s[0:7] dmask:0x1 unorm glc ; encoding: [0x00,0x31,0x40,0xf0,0x00…
27 ;SI: image_atomic_swap v1, v0, s[0:7] dmask:0x1 unorm glc ; encoding: [0x00,0x31,0x3c,0xf0,0x00,0x0…
28 ;VI: image_atomic_swap v1, v0, s[0:7] dmask:0x1 unorm glc ; encoding: [0x00,0x31,0x40,0xf0,0x00,0x0…
38 ;SI: image_atomic_cmpswap v[4:5], v[0:3], s[0:7] dmask:0x3 unorm glc ; encoding: [0x00,0x33,0x40,0x…
39 ;VI: image_atomic_cmpswap v[4:5], v[0:3], s[0:7] dmask:0x3 unorm glc ; encoding: [0x00,0x33,0x44,0x…
50 ;SI: image_atomic_add v4, v[0:3], s[0:7] dmask:0x1 unorm glc ; encoding: [0x00,0x31,0x44,0xf0,0x00,…
51 ;VI: image_atomic_add v4, v[0:3], s[0:7] dmask:0x1 unorm glc ; encoding: [0x00,0x31,0x48,0xf0,0x00,…
[all …]
Dllvm.amdgcn.image.ll5 ;CHECK: image_load v[0:3], v[0:3], s[0:7] dmask:0xf unorm
14 ;CHECK: image_load v[0:3], v[0:1], s[0:7] dmask:0xf unorm
23 ;CHECK: image_load v[0:3], v0, s[0:7] dmask:0xf unorm
32 ;CHECK: image_load_mip v[0:3], v[0:3], s[0:7] dmask:0xf unorm
41 ;CHECK: image_load v0, v[0:3], s[0:7] dmask:0x1 unorm
52 ;CHECK: image_store v[0:3], v[4:7], s[0:7] dmask:0xf unorm
60 ;CHECK: image_store v[0:3], v[4:5], s[0:7] dmask:0xf unorm
68 ;CHECK: image_store v[0:3], v4, s[0:7] dmask:0xf unorm
76 ;CHECK: image_store_mip v[0:3], v[4:7], s[0:7] dmask:0xf unorm
86 ;CHECK: image_store v[0:3], v4, s[0:7] dmask:0xf unorm
[all …]
/external/swiftshader/src/Renderer/
DSurface.cpp72 *(unsigned char*)element = unorm<8>(color.a); in write()
78 *(unsigned char*)element = unorm<8>(color.r); in write()
99 …*(unsigned char*)element = (unorm<3>(color.r) << 5) | (unorm<3>(color.g) << 2) | (unorm<2>(color.b… in write()
102 …*(unsigned short*)element = (unorm<8>(color.a) << 8) | (unorm<3>(color.r) << 5) | (unorm<3>(color.… in write()
105 …*(unsigned short*)element = 0xF000 | (unorm<4>(color.r) << 8) | (unorm<4>(color.g) << 4) | (unorm<… in write()
108 …*(unsigned short*)element = (unorm<4>(color.a) << 12) | (unorm<4>(color.r) << 8) | (unorm<4>(color… in write()
111 …*(unsigned short*)element = (unorm<4>(color.r) << 12) | (unorm<4>(color.g) << 8) | (unorm<4>(color… in write()
114 …*(unsigned short*)element = (unorm<5>(color.r) << 11) | (unorm<6>(color.g) << 5) | (unorm<5>(color… in write()
117 …*(unsigned short*)element = (unorm<1>(color.a) << 15) | (unorm<5>(color.r) << 10) | (unorm<5>(colo… in write()
120 …*(unsigned short*)element = (unorm<5>(color.r) << 11) | (unorm<5>(color.g) << 6) | (unorm<5>(color… in write()
[all …]
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmathutil.h54 inline unsigned int unorm(float x) in unorm() function
/external/swiftshader/src/OpenGL/libGL/
Dmathutil.h54 inline unsigned int unorm(float x) in unorm() function
/external/swiftshader/src/OpenGL/libGLESv2/
Dmathutil.h56 inline unsigned int unorm(float x) in unorm() function
/external/deqp/doc/testspecs/GLES31/
Dfunctional.texture.gather.txt31 + rgba8 unorm, uint and int color formats
57 Each test case creates and sets up a 2d, 2d array or cube texture with unorm,
/external/llvm/lib/Target/AMDGPU/
DSIIntrinsics.td62 llvm_i32_ty, // unorm(imm)
77 llvm_i32_ty, // unorm(imm)
DSIInstrInfo.td556 def unorm : NamedOperandBit<"UNorm", NamedMatchClass<"UNorm">>;
3386 dmask:$dmask, unorm:$unorm, glc:$glc, slc:$slc,
3388 asm#" $vdata, $vaddr, $srsrc$dmask$unorm$glc$slc$r128$tfe$lwe$da",
3417 dmask:$dmask, unorm:$unorm, glc:$glc, slc:$slc,
3419 asm#" $vdata, $vaddr, $srsrc$dmask$unorm$glc$slc$r128$tfe$lwe$da"
3450 dmask:$dmask, unorm:$unorm, glc:$glc, slc:$slc,
3452 asm#" $vdst, $vaddr, $srsrc$dmask$unorm$glc$slc$r128$tfe$lwe$da"
3510 dmask:$dmask, unorm:$unorm, glc:$glc, slc:$slc,
3512 asm#" $vdata, $vaddr, $srsrc, $ssamp$dmask$unorm$glc$slc$r128$tfe$lwe$da",
3547 dmask:$dmask, unorm:$unorm, glc:$glc, slc:$slc,
[all …]
DSIInstrFormats.td570 bits<1> unorm;
582 let Inst{12} = unorm;
DSIInstructions.td2525 (name vt:$addr, v8i32:$rsrc, v4i32:$sampler, i32:$dmask, i32:$unorm,
2528 (as_i32imm $dmask), (as_i1imm $unorm), (as_i1imm $glc), (as_i1imm $slc),
2542 (name vt:$addr, v8i32:$rsrc, imm:$dmask, imm:$unorm,
2545 (as_i32imm $dmask), (as_i1imm $unorm), (as_i1imm $glc), (as_i1imm $slc),
/external/icu/icu4c/source/test/depstest/
Ddependencies.txt141 normlzr unormcmp unorm
209 group: unorm # old normalization C API
210 unorm.o
244 unorm # could change to use filterednormalizer2 directly for Unicode 3.2 normalization
813 uniset_props regex unorm uscript
/external/swiftshader/src/Common/
DMath.hpp221 inline unsigned int unorm(float x) in unorm() function
/external/icu/icu4c/source/common/
DAndroid.bp186 "unorm.cpp",
DMakefile.in100 normalizer2impl.o normalizer2.o filterednormalizer2.o normlzr.o unorm.o unormcmp.o loadednormalizer…
/external/skia/third_party/icu/
DBUILD.gn169 "../externals/icu/source/common/unorm.cpp",
/external/mesa3d/src/gallium/docs/source/cso/
Drasterizer.rst134 formula whether the depth buffer is unorm or float, which is not
/external/mesa3d/src/intel/isl/
Disl_format_layout.csv50 # un: unorm
/external/mesa3d/src/mesa/main/
Dformats.csv54 # Packed unorm formats
/external/icu/icu4c/source/data/
Dmakedata.mak615 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu)