Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_image.h170 struct ilo_image_lod lods[ILO_IMAGE_MAX_LEVEL_COUNT]; member
285 h = img->lods[level].slice_height; in ilo_image_get_slice_stride()
289 h = img->lods[0].slice_height; in ilo_image_get_slice_stride()
310 const unsigned w = img->lods[level].slice_width; in ilo_image_get_slice_size()
311 const unsigned h = img->lods[level].slice_height; in ilo_image_get_slice_size()
330 *x = img->lods[level].x; in ilo_image_get_slice_pos()
331 *y = img->lods[level].y + img->walk_layer_height * slice; in ilo_image_get_slice_pos()
334 *x = img->lods[level].x; in ilo_image_get_slice_pos()
335 *y = img->lods[level].y + img->lods[level].slice_height * slice; in ilo_image_get_slice_pos()
345 *x = img->lods[level].x + img->lods[level].slice_width * sx; in ilo_image_get_slice_pos()
[all …]
Dilo_image.c55 struct ilo_image_lod *lods; member
721 layout->walk_layer_h0 = layout->lods[0].slice_height; in image_get_gen6_walk_layer_heights()
724 layout->walk_layer_h1 = layout->lods[1].slice_height; in image_get_gen6_walk_layer_heights()
864 layout->lods[lv].x = cur_x; in image_get_gen6_lods()
865 layout->lods[lv].y = cur_y; in image_get_gen6_lods()
866 layout->lods[lv].slice_width = slice_w; in image_get_gen6_lods()
867 layout->lods[lv].slice_height = slice_h; in image_get_gen6_lods()
916 if (max_x < layout->lods[lv].x + lod_w) in image_get_gen6_lods()
917 max_x = layout->lods[lv].x + lod_w; in image_get_gen6_lods()
918 if (max_y < layout->lods[lv].y + lod_h) in image_get_gen6_lods()
[all …]
/external/llvm/test/MC/X86/
Dx86-16.s856 lods %ds:(%si), %al
857 lods (%si), %al
867 lods %ds:(%si), %ax
868 lods (%si), %ax
878 lods %ds:(%si), %eax
879 lods (%si), %eax
Dx86-32.s981 lods %ds:(%esi), %al
982 lods (%esi), %al
992 lods %ds:(%esi), %ax
993 lods (%esi), %ax
1003 lods %ds:(%esi), %eax
1004 lods (%esi), %eax
Dx86-64.s1214 lods %ds:(%rsi), %al
1215 lods (%rsi), %al
1225 lods %ds:(%rsi), %ax
1226 lods (%rsi), %ax
1236 lods %ds:(%rsi), %eax
1237 lods (%rsi), %eax
1247 lods %ds:(%rsi), %rax
1248 lods (%rsi), %rax
Dindex-operations.s43 lods (%esi), %ax label
Dintel-syntax.s765 lods dword ptr [eax] label
/external/swiftshader/third_party/LLVM/test/MC/X86/
Dx86-32.s884 lods %ds:(%esi), %al
885 lods (%esi), %al
895 lods %ds:(%esi), %ax
896 lods (%esi), %ax
906 lods %ds:(%esi), %eax
907 lods (%esi), %eax
Dx86-64.s1058 lods %ds:(%rsi), %al
1059 lods (%rsi), %al
1069 lods %ds:(%rsi), %ax
1070 lods (%rsi), %ax
1080 lods %ds:(%rsi), %eax
1081 lods (%rsi), %eax
1091 lods %ds:(%rsi), %rax
1092 lods (%rsi), %rax
/external/skia/src/jumper/
DSkJumper_generated_win.S39 DB 72,173 ; lods %ds:(%rsi),%rax
117 DB 72,173 ; lods %ds:(%rsi),%rax
186 DB 72,173 ; lods %ds:(%rsi),%rax
197 DB 72,173 ; lods %ds:(%rsi),%rax
240 DB 72,173 ; lods %ds:(%rsi),%rax
245 DB 72,173 ; lods %ds:(%rsi),%rax
250 DB 72,173 ; lods %ds:(%rsi),%rax
255 DB 72,173 ; lods %ds:(%rsi),%rax
264 DB 72,173 ; lods %ds:(%rsi),%rax
273 DB 72,173 ; lods %ds:(%rsi),%rax
[all …]
/external/google-breakpad/src/third_party/libdisasm/
DTODO24 * stos, cmps, scas, movs, ins, outs, lods -> OP_PTR
/external/valgrind/docs/internals/
D3_4_BUGSTATUS.txt107 189737 vex amd64->IR: unhandled instruction bytes: 0xAC (lods)
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp806 std::vector<float> coords, layers, dRefs, dPdxs, dPdys, lods; in execute() local
821 lods .push_back(sampleArgs.lod); in execute()
831 reinterpret_cast<const void*>(&lods[0]) in execute()
/external/valgrind/none/tests/amd64/
Dfb_test_amd64.c1179 TEST_STRING(lods, ""); /* to verify stos */ in test_string()
1183 TEST_STRING(lods, ""); /* to verify stos */ in test_string()
/external/llvm/test/CodeGen/AMDGPU/
Dno-shrink-extloads.ll6 ; load. There aren't extending scalar lods, so that would require
/external/llvm/lib/Target/X86/
DX86InstrInfo.td1982 "lods{l|d}\t{$src, %eax|eax, $src}", [], IIC_LODS>, OpSize32;
2752 // lods aliases. Accept the destination being omitted because it's implicit
2757 def : InstAlias<"lods{l|d}\t$src", (LODSL srcidx32:$src), 0>;
2759 def : InstAlias<"lods\t{$src, %al|al, $src}", (LODSB srcidx8:$src), 0>;
2760 def : InstAlias<"lods\t{$src, %ax|ax, $src}", (LODSW srcidx16:$src), 0>;
2761 def : InstAlias<"lods\t{$src, %eax|eax, $src}", (LODSL srcidx32:$src), 0>;
2762 def : InstAlias<"lods\t{$src, %rax|rax, $src}", (LODSQ srcidx64:$src), 0>, Requires<[In64BitMode]>;
2763 def : InstAlias<"lods\t$src", (LODSB srcidx8:$src), 0>;
2764 def : InstAlias<"lods\t$src", (LODSW srcidx16:$src), 0>;
2765 def : InstAlias<"lods\t$src", (LODSL srcidx32:$src), 0>;
[all …]
/external/mesa3d/src/mesa/x86/
Dassyntax.h517 #define LODS_L CHOICE(lodsl, lodsl, _LTOG lods)
518 #define LODS_W CHOICE(lodsw, lodsw, _WTOG lods)
/external/elfutils/libcpu/defs/
Di386408 1010110{w}:{R}lods {ds_si},{ax}{w}
/external/elfutils/tests/
Dtestfile44.expect.bz2
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.td1249 def LODSD : I<0xAD, RawFrm, (outs), (ins), "lods{l|d}", []>;
/external/valgrind/perf/
Dtinycc.c3100 DEF_BWL(lods)
4432 DEF_BWL(lods)