Searched refs:array_is_lowered_cube (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_tex.cpp149 if (unlikely(tex->array_is_lowered_cube)) {
171 if (unlikely(tex->array_is_lowered_cube)) {
397 tex->array_is_lowered_cube = true;
H A Dsfn_emittexinstruction.cpp530 if (instr.is_array && !instr.array_is_lowered_cube)
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_clone.c413 ntex->array_is_lowered_cube = tex->array_is_lowered_cube;
H A Dnir_serialize.c1449 unsigned array_is_lowered_cube:1; member in struct:packed_tex_data::__anon7e3a081f1508
1486 .u.array_is_lowered_cube = tex->array_is_lowered_cube,
1523 tex->array_is_lowered_cube = packed.u.array_is_lowered_cube;
H A Dnir.h2261 unsigned array_is_lowered_cube : 1; member in struct:__anon3ec4419d2408
2507 if (instr->is_array && !instr->array_is_lowered_cube)

Completed in 16 milliseconds