HomeSort by relevance Sort by last modified time
    Searched defs:uniform_data (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_reorder_uniforms.c 76 uint32_t *uniform_data = ralloc_array(c, uint32_t, next_uniform); local
81 uniform_data[i] = c->uniform_data[uniform_index[i]];
85 ralloc_free(c->uniform_data);
86 c->uniform_data = uniform_data;
vc4_qpu_schedule.c 70 * Which uniform from uniform_data[] this instruction read, or -1 if
942 c->uniform_data[*next_uniform] =
1116 uint32_t *uniform_data = c->uniform_data; local
    [all...]
vc4_qir.h 489 uint32_t *uniform_data; member in struct:vc4_compile
  /external/vulkan-validation-layers/demos/
cube.cpp 354 } uniform_data; member in struct:Demo
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.cpp 8445 static const GLuint uniform_data[16] = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }; local
24476 const std::vector<GLubyte>& uniform_data = type.GenerateData(); local
    [all...]

Completed in 1038 milliseconds