Home
last modified time | relevance | path

Searched defs:coord_mask (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp805 int coord_mask = (1 << coordinate_type->vector_elements) - 1; in emit_mcs_fetch() local
906 int coord_mask = (1 << coord_components) - 1; in emit_texture() local
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1966 unsigned coord_mask = mask_of(instr->coord_components); in emit_texop_native() local