Searched refs:fetched (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
H A Ddecode.c156 int fetched; local in function:fetch_decode_modrm
160 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++));
162 *mod = (fetched >> 6) & 0x03;
163 *regh = (fetched >> 3) & 0x07;
164 *regl = (fetched >> 0) & 0x07;
179 u8 fetched; local in function:fetch_byte_imm
183 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++));
185 return fetched;
200 u16 fetched; local in function:fetch_word_imm
204 fetched
222 u32 fetched; local in function:fetch_long_imm
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
H A Ddecode.c168 int fetched; local in function:fetch_decode_modrm
172 fetched = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++));
174 *mod = (fetched >> 6) & 0x03;
175 *regh = (fetched >> 3) & 0x07;
176 *regl = (fetched >> 0) & 0x07;
192 u8 fetched; local in function:fetch_byte_imm
196 fetched = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++));
198 return fetched;
214 u16 fetched; local in function:fetch_word_imm
218 fetched
237 u32 fetched; local in function:fetch_long_imm
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dsampler.rst54 * ``PIPE_TEX_FILTER_NEAREST``: One texel is fetched from the texture image
57 texture dimensions; 1D/2D/3D) are fetched from the texture image and
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dsampler.rst54 * ``PIPE_TEX_FILTER_NEAREST``: One texel is fetched from the texture image
57 texture dimensions; 1D/2D/3D) are fetched from the texture image and
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dcontext.rst127 Swizzle fields specify the way in which fetched texel components are placed
323 the mode of the primitive and the vertices to be fetched, in the range between
H A Dscreen.rst881 Blits and MSAA texturing: If the sample being fetched is undefined, one of
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dcontext.rst148 Swizzle fields specify the way in which fetched texel components are placed
348 the mode of the primitive and the vertices to be fetched, in the range between
H A Dscreen.rst991 Blits and MSAA texturing: If the sample being fetched is undefined, one of
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst707 - panfrost: Extend fetched framebuffer results
1280 - aco: ensure to not extract more components than have been fetched
4076 - freedreno/ir3: limit pre-fetched tex dest
H A D21.3.0.rst2641 - radeonsi: don't set prefer_mono for fetched instance divisors
H A D21.1.0.rst4155 - zink: use pre-fetched format properties everywhere
H A D21.2.0.rst2804 - mesa/get: allow image/buffer/atomic variables to be fetched in es3.1

Completed in 36 milliseconds