OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_gather
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_program.c
969
bool
is_gather
= devinfo->ver < 8 && tex->op == nir_texop_tg4;
local
979
if (
is_gather
&& devinfo->ver == 6 && key->gfx6_gather_wa[tex->texture_index]) {
994
crocus_group_index_to_bti(bt,
is_gather
? CROCUS_SURFACE_GROUP_TEXTURE_GATHER : CROCUS_SURFACE_GROUP_TEXTURE,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_tex_sample.c
2786
const bool
is_gather
= (control == TGSI_SAMPLER_GATHER);
local
2814
for (v = 0; v < (
is_gather
? TGSI_NUM_CHANNELS : 1); v++) {
2866
if (
is_gather
) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_tex_sample.c
2772
const bool
is_gather
= (control == TGSI_SAMPLER_GATHER);
local
2800
for (v = 0; v < (
is_gather
? TGSI_NUM_CHANNELS : 1); v++) {
2852
if (
is_gather
) {
Completed in 13 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026