HomeSort by relevance Sort by last modified time
    Searched refs:index2D (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c     [all...]
tgsi_ureg.c 510 unsigned index2D)
512 struct const_decl *decl = &ureg->const_decls2D[index2D];
514 assert(index2D < PIPE_MAX_CONSTANT_BUFFERS);
    [all...]
tgsi_ureg.h 319 unsigned index2D);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 102 this->index2D = 0;
118 this->index2D = 0;
130 st_src_reg(gl_register_file file, int index, enum glsl_base_type type, int index2D)
136 this->index2D = index2D;
153 this->index2D = 0;
168 int16_t index2D;
203 this->index2D = 0;
217 this->index2D = 0;
231 this->index2D = 0
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c     [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c 745 boolean indirect, boolean index2D,
760 if (index2D ||
859 const unsigned index2d = reg->Register.Dimension; local
947 index2d, tempArrayId);
974 const unsigned index2d = reg->Register.Dimension; local
    [all...]

Completed in 159 milliseconds