Home
last modified time | relevance | path

Searched refs:IsNative (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_swizzle.h48 int (*IsNative)(rc_opcode opcode, struct rc_src_register reg); member
Dr300_fragprog_swizzle.c199 .IsNative = r300_swizzle_is_native,
Dradeon_optimize.c397 if (!c->SwizzleCaps->IsNative(inst->U.I.Opcode, newsrc) && in constant_folding()
398 c->SwizzleCaps->IsNative(inst->U.I.Opcode, inst->U.I.SrcReg[src])) in constant_folding()
573 if (!c->SwizzleCaps->IsNative(inst->U.I.Opcode, src)) in is_presub_candidate()
Dradeon_dataflow_swizzles.c435 if (c->SwizzleCaps->IsNative(inst->U.I.Opcode, *reg)) { in rc_dataflow_swizzles()
Dr500_fragprog.c268 .IsNative = r500_swizzle_is_native,
Dr3xx_vertprog.c866 .IsNative = &swizzle_is_native,