HomeSort by: relevance | last modified time | path
    Searched defs:Indirect (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
tgsi_parse.h 47 struct tgsi_ind_register Indirect;
55 struct tgsi_ind_register Indirect;
tgsi_ureg.h 47 * flag from the _ext token. Indirect flag always implies ADDR[0].
56 unsigned Indirect : 1; /* BOOL */
81 unsigned Indirect : 1; /* BOOL */
932 reg.Indirect = 1;
943 reg.Indirect = 1;
1021 dst.Indirect = 0;
1054 dst.Indirect = src.Indirect;
1083 src.Indirect = 0;
1118 src.Indirect = dst.Indirect
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
tgsi_parse.h 47 struct tgsi_ind_register Indirect;
55 struct tgsi_ind_register Indirect;
tgsi_ureg.h 45 * flag from the _ext token. Indirect flag always implies ADDR[0].
54 unsigned Indirect : 1; /* BOOL */
79 unsigned Indirect : 1; /* BOOL */
921 reg.Indirect = 1;
932 reg.Indirect = 1;
1010 dst.Indirect = 0;
1043 dst.Indirect = src.Indirect;
1072 src.Indirect = 0;
1107 src.Indirect = dst.Indirect
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_fpc.h 219 unsigned Indirect : 1; /* BOOL */
237 unsigned Indirect : 1; /* BOOL */
246 struct tgsi_ind_register Indirect;
255 struct tgsi_ind_register Indirect;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
i915_fpc.h 249 unsigned Indirect : 1; /* BOOL */
268 unsigned Indirect : 1; /* BOOL */
279 struct tgsi_ind_register Indirect;
289 struct tgsi_ind_register Indirect;
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_shader_tokens.h 730 * If Indirect is TRUE, Index should be offset by the X component of the indirect
744 unsigned Indirect : 1; /* BOOL */
756 * If tgsi_src_register::Indirect is TRUE, tgsi_ind_register follows.
779 unsigned Indirect : 1; /* BOOL */
789 unsigned Indirect : 1; /* BOOL */
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_shader_tokens.h 725 * If Indirect is TRUE, Index should be offset by the X component of the indirect
739 unsigned Indirect : 1; /* BOOL */
751 * If tgsi_src_register::Indirect is TRUE, tgsi_ind_register follows.
774 unsigned Indirect : 1; /* BOOL */
784 unsigned Indirect : 1; /* BOOL */

Completed in 14 milliseconds