Searched refs:gather (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/bin/
H A Dgen_release_notes.py215 results = await asyncio.gather(*[get_bug(session, i) for i in issues])
311 shortlog, bugs = await asyncio.gather(
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.2.3.rst62 - i965: Don't emit SURFACE_STATEs for gather workarounds on Broadwell.
H A D10.3.4.rst57 - r600g/cayman: fix texture gather tests
H A D12.0.6.rst73 - spirv/nir: Properly handle gather components
H A D13.0.2.rst51 - ac/nir/llvm: fix channel in texture gather lowering code.
H A D20.3.1.rst79 - softpipe: Fix swizzled texture gather of int textures.
H A D17.2.6.rst156 - swr/rast: Use gather instruction for i32gather_ps on simd16/avx512
H A D20.2.5.rst91 - softpipe: Fix swizzled texture gather of int textures.
H A D12.0.4.rst142 - nvc0/ir: fix overwriting of value backing non-constant gather offset
H A D13.0.6.rst227 - radeonsi: fix texture gather on stencil textures
H A D19.3.0.rst911 - gallivm/sample: add gather component selection to the key.
3069 - radv: gather info about PS inputs in the shader info pass
3082 - radv: gather clip/cull distances in the shader info pass
3083 - radv: gather pointsize in the shader info pass
3084 - radv: gather viewport in the shader info pass
3085 - radv: gather layer in the shader info pass
3086 - radv: gather primitive ID in the shader info pass
3112 - radv/gfx10: gather GS output for VS as NGG
H A D19.1.0.rst1468 - v3d: Only look up the 3rd texture gather offset for non-arrays.
1784 - softpipe: Don't use mag filter for gather op
2464 - nir: add support for gather offsets
2465 - nv50/ir/nir: support gather offsets
2887 - iris: enable texture gather
4264 - radv: gather more info about push constants
4265 - radv: gather if shaders load dynamic offsets separately
H A D20.2.0.rst289 - v3d/tex: only look up the 2nd texture gather offset for 1d non-arrays
3281 - nir: gather which images are buffers
3282 - nir: gather which images are MSAA
4336 - ac/nir: add support for bias/lod with texture gather
4337 - aco: add support for bias/lod with texture gather
4338 - radv: add support for querying which formats support texture gather LOD
4570 - glsl: add struct to gather more info about uniform array access
4572 - glsl: gather uniform dereference info before main linking loop
H A D20.3.0.rst3324 - nir: gather all IO info from IO intrinsics
3468 - nir: gather indirect info from lowered IO intrinsics
3469 - nir: gather tess.tcs_cross_invocation info from lowered IO intrinsics
3471 - nir: gather fs.uses_sample_qualifier from lowered IO
3473 - nir: gather information about fbfetch and dual source color
4342 - radv: gather output usage mask from store_output for VS, TES and GS
4351 - radv/llvm: gather TCS outputs from the output variables
4353 - radv/llvm: gather VS input usage mask from load_input
H A D21.1.0.rst69 - RADV: TRUNC_COORD breaks gather operations
2160 - r600/sfn: fix gather with cube lowering
3457 - mesa: gather errors and call _mesa_error only once in validate_Draw
3467 - radeonsi: gather info about bindless images and memory stores with strstr(intr)
3468 - radeonsi: gather shader info about indirect UBO/SSBO/samplers/images
3469 - radeonsi: gather shader info about VMEM usage for MEM_ORDERED
3672 - intel: combine common gather routines in INTEL_MEASURE
5176 - radv: gather if the FS uses perspective or linear interpolations
H A D20.0.0.rst870 - gallivm: fix gather component handling.
872 - galllivm: fix gather offset casting
3233 - radv: gather which input PS variables use an explicit interpolation
/xsrc/external/mit/libdrm/dist/
H A DCONTRIBUTING.rst32 address. If you're not the patch's original author, you should also gather
/xsrc/external/mit/MesaLib/dist/bin/pick/
H A Dcore.py345 # collected by asyncio.gather. We do this to allow the tasks to be
361 await asyncio.gather(*tasks)
/xsrc/external/mit/MesaLib/dist/docs/
H A Dshading.rst59 which compiler developers can use to gather statistics about shaders
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dscreen.rst200 in format that texture gather can operate on. 1 == RED, ALPHA etc,
202 * ``PIPE_CAP_TEXTURE_GATHER_SM5``: Whether the texture gather
211 in conjunction with a texture gather opcode.
213 in conjunction with a texture gather opcode.
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dscreen.rst213 in format that texture gather can operate on. 1 == RED, ALPHA etc,
215 * ``PIPE_CAP_TEXTURE_GATHER_SM5``: Whether the texture gather
224 in conjunction with a texture gather opcode.
226 in conjunction with a texture gather opcode.
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_nir_to_llvm.c1248 /* workaround 8/8/8/8 uint/sint cube gather bug */
3098 LLVMValueRef gather = LLVMGetUndef(LLVMVectorType(ctx->ac.f32, attrib_size)); local in function:visit_interp
3120 gather = LLVMBuildInsertElement(ctx->ac.builder, gather, v,
3124 result[chan] = LLVMBuildExtractElement(ctx->ac.builder, gather, attrib_idx, "");
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2031 /* gather component is stored in lod_in slot as unsigned */
3046 unsigned filter, bool gather)
3066 if (!gather && sp_sview->pot2d &&
3044 get_img_filter(const struct sp_sampler_view * sp_sview,const struct pipe_sampler_state * sampler,unsigned filter,bool gather) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2045 /* gather component is stored in lod_in slot as unsigned */
3060 unsigned filter, bool gather)
3080 if (!gather && sp_sview->pot2d &&
3058 get_img_filter(const struct sp_sampler_view * sp_sview,const struct pipe_sampler_state * sampler,unsigned filter,bool gather) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c4068 LLVMValueRef gather = LLVMGetUndef(LLVMVectorType(ctx->f32, input_array_size)); local in function:build_interp_intrinsic
4083 gather = LLVMBuildInsertElement(ctx->ac.builder,
4084 gather, v, LLVMConstInt(ctx->i32, idx, false), "");
4088 ctx->ac.builder, gather, array_idx, "");

Completed in 209 milliseconds

12