| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pt_vsplit.c | 57 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 D | draw_pt_vsplit.c | 57 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 D | si_shader_llvm_vs.c | 169 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 D | 10.2.4.rst | 103 - i965/fs: Set correct number of regs_written for MCS fetches.
|
| H A D | 20.3.3.rst | 128 - aco: fix creating the dest vector when 16-bit vertex fetches are splitted
|
| H A D | 10.2.5.rst | 154 - i965/fs: Set correct number of regs_written for MCS fetches.
|
| H A D | 10.2.7.rst | 151 - r600g: fix constant buffer fetches
|
| H A D | 9.0.2.rst | 154 - glsl_to_tgsi: fix dst register for texturing fetches.
|
| H A D | 9.0.3.rst | 167 - draw: Properly limit vertex buffer fetches on draw arrays.
|
| H A D | 20.0.0.rst | 2880 - aco: use MUBUF in some situations instead of splitting vertex fetches 3124 - radv: handle unaligned vertex fetches on GFX6/GFX10 3195 fetches
|
| H A D | 21.0.0.rst | 2774 - 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 D | 20.1.0.rst | 1365 - 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 D | 19.1.0.rst | 4275 - radv: reduce the number of loaded channels for vertex input fetches 4298 - radv: use typed buffer loads for vertex input fetches
|
| H A D | 21.3.0.rst | 3612 - aco: use correct dim for FMASK fetches 3864 - radv/llvm: fix vertex input fetches with 16-bit floats
|
| H A D | 20.2.0.rst | 2416 - 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 D | 21.2.0.rst | 2483 - r600/sfn: Use valid pixel mode for SSBO and Image result fetches
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_texture_signed_rgba.spec | 123 fetches interact with fragment coloring? 132 For assembly program extensions supporting texture fetches
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_texture_signed_rgba.spec | 123 fetches interact with fragment coloring? 132 For assembly program extensions supporting texture fetches
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | screen.rst | 411 * ``PIPE_CAP_FBFETCH_COHERENT``: Whether framebuffer fetches from the fragment
|
| H A D | tgsi.rst | 2349 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 D | tgsi.rst | 2315 integer address, SAMPLE_I fetches data from the specified sampler view 2525 Using the provided integer address, LOAD fetches data
|