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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.c263 struct tgsi_full_property *fullprop local in function:tgsi_transform_shader
267 ctx->transform_property(ctx, fullprop);
269 ctx->emit_property(ctx, fullprop);
H A Dtgsi_scan.c810 const struct tgsi_full_property *fullprop)
812 unsigned name = fullprop->Property.PropertyName;
813 unsigned value = fullprop->u[0].Data;
809 scan_property(struct tgsi_shader_info * info,const struct tgsi_full_property * fullprop) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.c263 struct tgsi_full_property *fullprop local in function:tgsi_transform_shader
267 ctx->transform_property(ctx, fullprop);
269 ctx->emit_property(ctx, fullprop);
H A Dtgsi_scan.c831 const struct tgsi_full_property *fullprop)
833 unsigned name = fullprop->Property.PropertyName;
834 unsigned value = fullprop->u[0].Data;
830 scan_property(struct tgsi_shader_info * info,const struct tgsi_full_property * fullprop) argument

Completed in 6 milliseconds