Searched refs:MALI_SAMPLER_FLOAT (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_derivatives.c115 .sampler_type = MALI_SAMPLER_FLOAT,
H A Ddisassemble.c1636 case MALI_SAMPLER_FLOAT:
1752 fprintf(fp, ".%c%d", texture->sampler_type == MALI_SAMPLER_FLOAT ? 'f' : 'i',
1757 if (texture->sampler_type == MALI_SAMPLER_FLOAT)
H A Dmidgard.h848 MALI_SAMPLER_FLOAT = 0x1, /* sampler */ enumerator in enum:mali_sampler_type
H A Dmidgard_emit.c946 return MALI_SAMPLER_FLOAT;

Completed in 9 milliseconds