Searched refs:fetches (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit.c57 unsigned fetches[MAP_SIZE]; member in struct:vsplit_frontend::__anone238082a0108
70 memset(vsplit->cache.fetches, 0xff, sizeof(vsplit->cache.fetches));
96 if (vsplit->cache.fetches[hash] != fetch) {
98 vsplit->cache.fetches[hash] = fetch;
131 vsplit->cache.fetches[hash] = 0;
148 vsplit->cache.fetches[hash] = 0;
174 vsplit->cache.fetches[hash] = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit.c57 unsigned fetches[MAP_SIZE]; member in struct:vsplit_frontend::__anon65044b1d0108
70 memset(vsplit->cache.fetches, 0xff, sizeof(vsplit->cache.fetches));
96 if (vsplit->cache.fetches[hash] != fetch) {
98 vsplit->cache.fetches[hash] = fetch;
131 vsplit->cache.fetches[hash] = 0;
148 vsplit->cache.fetches[hash] = 0;
174 vsplit->cache.fetches[hash] = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_vs.c169 LLVMValueRef fetches[4]; local in function:load_input_vs
186 fetches[i] = ac_build_buffer_load_format(&ctx->ac, vb_desc, vertex_index, voffset,
192 LLVMValueRef fetch = fetches[0];
195 fetches[i] = LLVMBuildExtractElement(ctx->ac.builder, fetch, tmp, "");
202 fetches[i] = LLVMGetUndef(float_type);
206 fetches[3] = LLVMConstInt(int_type, 1, 0);
208 fetches[3] = LLVMConstReal(float_type, 1);
218 LLVMValueRef tmp = fetches[3];
249 fetches[3] = tmp;
253 out[i] = ac_to_float(&ctx->ac, fetches[
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.2.4.rst103 - i965/fs: Set correct number of regs_written for MCS fetches.
H A D20.3.3.rst128 - aco: fix creating the dest vector when 16-bit vertex fetches are splitted
H A D10.2.5.rst154 - i965/fs: Set correct number of regs_written for MCS fetches.
H A D10.2.7.rst151 - r600g: fix constant buffer fetches
H A D9.0.2.rst154 - glsl_to_tgsi: fix dst register for texturing fetches.
H A D9.0.3.rst167 - draw: Properly limit vertex buffer fetches on draw arrays.
H A D20.0.0.rst2880 - aco: use MUBUF in some situations instead of splitting vertex fetches
3124 - radv: handle unaligned vertex fetches on GFX6/GFX10
3195 fetches
H A D21.0.0.rst2774 - nir,spirv: add sparse texture fetches
2778 - nir/lower_tex: fix lower_tg4_offsets with sparse fetches
2792 - aco: implement sparse texture fetches
3052 - aco: fix creating the dest vector when 16-bit vertex fetches are splitted
H A D20.1.0.rst1365 - gallivm: add support for rgtc/latc fetches.
1369 - Revert "gallivm: disable rgtc/latc SNORM accellerated fetches"
3781 - gallivm: disable rgtc/latc SNORM accellerated fetches
H A D19.1.0.rst4275 - radv: reduce the number of loaded channels for vertex input fetches
4298 - radv: use typed buffer loads for vertex input fetches
H A D21.3.0.rst3612 - aco: use correct dim for FMASK fetches
3864 - radv/llvm: fix vertex input fetches with 16-bit floats
H A D20.2.0.rst2416 - pan/mdg: Use the blend RT for blend shader framebuffer fetches
4308 - aco: implement 16-bit vertex fetches with tbuffer_load_format_d16_*
H A D21.2.0.rst2483 - r600/sfn: Use valid pixel mode for SSBO and Image result fetches
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_texture_signed_rgba.spec123 fetches interact with fragment coloring?
132 For assembly program extensions supporting texture fetches
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_texture_signed_rgba.spec123 fetches interact with fragment coloring?
132 For assembly program extensions supporting texture fetches
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dscreen.rst411 * ``PIPE_CAP_FBFETCH_COHERENT``: Whether framebuffer fetches from the fragment
H A Dtgsi.rst2349 integer address, SAMPLE_I fetches data from the specified sampler view
2559 Using the provided integer address, LOAD fetches data
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst2315 integer address, SAMPLE_I fetches data from the specified sampler view
2525 Using the provided integer address, LOAD fetches data

Completed in 56 milliseconds