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

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tcl.c 295 VERT_BIT_COLOR0,
360 GLuint inputs = VERT_BIT_POS | VERT_BIT_COLOR0;
radeon_maos_arrays.c 191 if (inputs & VERT_BIT_COLOR0) {
radeon_maos_verts.c 338 if (inputs & VERT_BIT_COLOR0) {
  /external/mesa3d/src/compiler/
shader_enums.h 145 #define VERT_BIT_COLOR0 BITFIELD64_BIT(VERT_ATTRIB_COLOR0)
  /external/mesa3d/src/mesa/x86/
gen_matypes.c 165 DEFINE( "VERT_BIT_RGBA ", VERT_BIT_COLOR0 );
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 417 ~(VERT_BIT_POS | VERT_BIT_NORMAL | VERT_BIT_COLOR0 | VERT_BIT_COLOR1 |
511 if (mesa_vp->info.inputs_read & VERT_BIT_COLOR0) {
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 135 if ((key->varying_vp_inputs & VERT_BIT_COLOR0) &&
857 if (p->state->varying_vp_inputs & VERT_BIT_COLOR0) {
    [all...]
ff_fragment_shader.cpp 350 if (varying_inputs & VERT_BIT_COLOR0)
    [all...]
enable.c 81 flag = VERT_BIT_COLOR0;
    [all...]

Completed in 1217 milliseconds