Home
last modified time | relevance | path

Searched refs:L8 (Results 1 – 25 of 84) sorted by relevance

1234

/external/swiftshader/src/D3D8/
DCapabilities.hpp86 static bool L8; member
126 static bool L8; member
193 static bool L8; member
233 static bool L8; member
300 static bool L8; member
DCapabilities.cpp69 bool Capabilities::Surface::L8 = true; member in D3D8::Capabilities::Surface
101 bool Capabilities::Volume::L8 = true; member in D3D8::Capabilities::Volume
153 bool Capabilities::CubeMap::L8 = true; member in D3D8::Capabilities::CubeMap
185 bool Capabilities::VolumeTexture::L8 = true; member in D3D8::Capabilities::VolumeTexture
237 bool Capabilities::Texture::L8 = true; member in D3D8::Capabilities::Texture
DDirect3D8.cpp234 … case D3DFMT_L8: if(!Capabilities::Surface::L8) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
275 … case D3DFMT_L8: if(!Capabilities::Volume::L8) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
350 … case D3DFMT_L8: if(!Capabilities::CubeMap::L8) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
391 …case D3DFMT_L8: if(!Capabilities::VolumeTexture::L8) return NOTAVAILABLE(); else return D3… in CheckDeviceFormat()
466 … case D3DFMT_L8: if(!Capabilities::Texture::L8) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_format.c212 _(L8_UNORM , L8 , 0, C, C, C, 1, 0, 0, 0, x, NONE, ____),
213 _(L8_SNORM , L8 , 0, C, C, C, 1, 0, 0, 0, x, NONE, SSSS),
214 _(L8_SRGB , L8 , 0, C, C, C, 1, 0, 0, 0, x, SRGB, ____),
215 _(I8_UNORM , L8 , 0, C, C, C, C, 0, 0, 0, 0, NONE, ____),
216 _(I8_SNORM , L8 , 0, C, C, C, C, 0, 0, 0, 0, NONE, SSSS),
217 _(A8_UNORM , L8 , 0, 0, 0, 0, C, x, x, x, 0, NONE, ____),
218 _(A8_SNORM , L8 , 0, 0, 0, 0, C, x, x, x, 0, NONE, SSSS),
219 _(R8_UNORM , L8 , 0, C, 0, 0, 1, 0, x, x, x, NONE, ____),
220 _(R8_SNORM , L8 , 0, C, 0, 0, 1, 0, x, x, x, NONE, SSSS),
/external/swiftshader/src/D3D9/
DCapabilities.hpp132 static bool L8; member
189 static bool L8; member
284 static bool L8; member
337 static bool L8; member
433 static bool L8; member
DCapabilities.cpp94 bool Capabilities::Surface::L8 = true; member in D3D9::Capabilities::Surface
140 bool Capabilities::Volume::L8 = true; member in D3D9::Capabilities::Volume
218 bool Capabilities::CubeMap::L8 = true; member in D3D9::Capabilities::CubeMap
262 bool Capabilities::VolumeTexture::L8 = true; member in D3D9::Capabilities::VolumeTexture
341 bool Capabilities::Texture::L8 = true; member in D3D9::Capabilities::Texture
DDirect3D9.cpp355 … case D3DFMT_L8: if(!Capabilities::Surface::L8) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
415 … case D3DFMT_L8: if(!Capabilities::Volume::L8) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
522 … case D3DFMT_L8: if(!Capabilities::CubeMap::L8) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
578 …case D3DFMT_L8: if(!Capabilities::VolumeTexture::L8) return NOTAVAILABLE(); else return D3… in CheckDeviceFormat()
686 … case D3DFMT_L8: if(!Capabilities::Texture::L8) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
/external/swiftshader/third_party/LLVM/test/CodeGen/MBlaze/
Djumptable.ll18 i32 8, label %L8
55 L8:
75 [ %var8, %L8 ],
/external/llvm/test/CodeGen/WebAssembly/
Duserstack.ll17 ; CHECK-NEXT: i32.sub $push[[L8:.+]]=, $pop[[L2]], $pop[[L3]]
18 ; CHECK-NEXT: i32.store $push[[L10:.+]]=, __stack_pointer($pop[[L4]]), $pop[[L8]]{{$}}
73 ; CHECK-NEXT: i32.const $push[[L8:.+]]=, 144
74 ; CHECK-NEXT: i32.add $push[[L19:.+]]=, $[[SP]], $pop[[L8]]
154 ; CHECK: i32.const $push[[L8:.+]]=, 0{{$}}
161 ; CHECK-NEXT: tee_local $push[[L8:.+]]=, $0=, $pop
162 ; CHECK-NEXT: copy_local $drop=, $pop[[L8]]{{$}}
174 ; CHECK: i32.const $push[[L8:.+]]=, 0{{$}}
Dbyval.ll46 ; CHECK-NEXT: i32.add $push[[L8:.+]]=, $[[SP]], $pop[[L6]]
47 ; CHECK-NEXT: i32.store {{.*}}=, __stack_pointer($pop[[L7]]), $pop[[L8]]
120 ; CHECK-NEXT: i32.sub $push[[L8:.+]]=, $pop[[L2]], $pop[[L3]]
121 ; CHECK-NEXT: i32.store $push[[L12:.+]]=, __stack_pointer($pop[[L4]]), $pop[[L8]]{{$}}
/external/clang/test/Sema/
Dscope-check.c94 … goto L8; // expected-error {{cannot jump from this goto statement to its label}} in test8()
97 L8:; // bad in test8()
/external/google-breakpad/src/common/
Dtest_assembler.h355 Section &L8(uint8_t value) { contents_ += value; return *this; } in L8() function
361 Section &L8(const Label &label), &L16(const Label &label),
/external/clang/test/SemaObjC/
Dscope-check.m40 goto L8; // expected-error{{cannot jump}}
45 L8: ;
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kdt_lfz2.pkb30 …��`�������:S�k���BMe�F��n��F0���]����#ŝPz�|H�� ���`I-�A�i��?��1<Q�V��i���>L8�'R
/external/swiftshader/third_party/LLVM/test/MC/MachO/
Dx86_64-symbols.s28 L8: label
Dx86_32-symbols.s28 L8: label
/external/llvm/test/MC/MachO/
Dx86_64-symbols.s28 L8: label
Dx86_32-symbols.s28 L8: label
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kdt_lfz4.pkb55 …����Fz>��SUbP�)Ʉ]��dG�t H�4j��X����#YJ���Ş�e;a��1�u# ��� GꈚD��B��0���! :b�L8��N��6
/external/ImageMagick/PerlMagick/t/reference/filter/
DQuantizeMono.miff42 #<L:*~Y�Z\mkikm�qoo{ggg���\\�����������������������#++K�������L8<�Μ�ZY\`kudwuf�zoopcbb���\b�…
DQuantize.miff42 #<L:*~Y�Z\mkikm�qoo{ggg���\\�����������������������#++K�������L8<�Μ�ZY\`kudwuf�zoopcbb���\b�…
DResize.miff15 …�*4�"B�?Q�:I�.,�C<�?>�5(�6"�F=�83�5.�>3�z~�~��If�`Ph�Vs�^u�d��n��~ƹ�\K7\K7]L8^L;[N<aN:cRT|��t��FR…
/external/llvm/test/CodeGen/X86/
Dfast-isel-x86.ll106 ; CHECK: movl L_test5dllimport$non_lazy_ptr-L8$pb(%eax), %eax
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.c91 _T(L8_UNORM, L8, NONE),
/external/libjpeg-turbo/testimages/
Dtestorig.ppm4L8]L8^L8]L8^L8]L8^L8]L:]J<]K=^L>]M>\L=[N=]P?^SA`SB_RA`P@bQAcRBdQBdNAdLBjMIhKMdPYf[lnk�x{����������…

1234