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

  /external/mesa3d/src/mesa/main/
config.h 181 #define MAX_IMAGE_UNIFORMS 32
183 #define MAX_IMAGE_UNITS (MAX_IMAGE_UNIFORMS * 6)
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_image.c 52 struct pipe_image_view images[MAX_IMAGE_UNIFORMS];
  /external/mesa3d/src/compiler/glsl/
link_uniforms.cpp 615 for (unsigned i = first; i < MIN2(next_image, MAX_IMAGE_UNIFORMS); i++)
    [all...]

Completed in 262 milliseconds