Searched defs:uniform_data (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_reorder_uniforms.c | 76 uint32_t *uniform_data = ralloc_array(c, uint32_t, next_uniform); in qir_reorder_uniforms() local
|
D | vc4_qpu_schedule.c | 1116 uint32_t *uniform_data = c->uniform_data; in qpu_schedule_instructions() local
|
D | vc4_qir.h | 488 uint32_t *uniform_data; member
|
/external/mesa3d/src/broadcom/compiler/ |
D | qpu_schedule.c | 1474 uint32_t *uniform_data = c->uniform_data; in v3d_qpu_schedule_instructions() local
|
D | v3d_compiler.h | 490 uint32_t *uniform_data; member
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 8535 static const GLuint uniform_data[16] = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }; in test() local 24572 const std::vector<GLubyte>& uniform_data = type.GenerateData(); in test() local
|