Home
last modified time | relevance | path

Searched refs:array_index_add_half (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler.c174 compiler->array_index_add_half = true; in ir3_compiler_create()
183 compiler->array_index_add_half = false; in ir3_compiler_create()
Dir3_compiler.h78 bool array_index_add_half; member
Dir3_compiler_nir.c2561 if (ctx->compiler->array_index_add_half && !is_isam(opc)) in emit_tex()