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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_fetch.h124 bool use_tc() const {return m_flags.test(vtx_use_tc);} function in class:r600::FetchInstruction
H A Dsfn_ir_to_assembly.cpp720 bool use_tc = fetch_instr.use_tc() || (m_bc->chip_class == CAYMAN); local in function:r600::AssemblyFromShaderLegacyImpl::visit
721 if (!use_tc &&
728 if (fetch_instr.use_tc() &&
735 if (use_tc)
768 if (fetch_instr.use_tc()) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.c1366 bool use_tc)
1396 if (use_tc)
1365 r600_bytecode_add_vtx_internal(struct r600_bytecode * bc,const struct r600_bytecode_vtx * vtx,bool use_tc) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.c1371 bool use_tc)
1401 if (use_tc)
1370 r600_bytecode_add_vtx_internal(struct r600_bytecode * bc,const struct r600_bytecode_vtx * vtx,bool use_tc) argument

Completed in 10 milliseconds