Home
last modified time | relevance | path

Searched refs:VERT_BIT_COLOR1 (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dstate.h80 (ctx->VertexProgram._Current->info.inputs_read & VERT_BIT_COLOR1)) in _mesa_need_secondary_color()
Dff_fragment_shader.cpp218 if (varying_inputs & VERT_BIT_COLOR1) in filter_fp_input_mask()
Denable.c1832 return !!(ctx->Array.VAO->Enabled & VERT_BIT_COLOR1); in _mesa_IsEnabled()
Dget.c801 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_COLOR1); in find_custom_value()
Dvarray.c4074 *param = !!(vao->Enabled & VERT_BIT_COLOR1); in _mesa_GetVertexArrayIntegervEXT()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tcl.c297 VERT_BIT_COLOR1, in radeonEnsureEmitSize()
381 inputs |= VERT_BIT_COLOR1; in radeon_run_tcl_render()
Dradeon_maos_arrays.c216 if (inputs & VERT_BIT_COLOR1) { in radeonEmitArrays()
Dradeon_maos_verts.c341 if (inputs & (VERT_BIT_COLOR1|VERT_BIT_FOG)) { in radeonEmitArrays()
/third_party/mesa3d/src/compiler/
Dshader_enums.h224 #define VERT_BIT_COLOR1 BITFIELD_BIT(VERT_ATTRIB_COLOR1) macro
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c421 ~(VERT_BIT_POS | VERT_BIT_NORMAL | VERT_BIT_COLOR0 | VERT_BIT_COLOR1 | in r200_translate_vertex_program()
516 if (mesa_vp->info.inputs_read & VERT_BIT_COLOR1) { in r200_translate_vertex_program()
/third_party/mesa3d/docs/relnotes/
D4.1216 VERT_SPEC_RGB is now VERT_BIT_COLOR1.
/third_party/mesa3d/src/mesa/program/
Dprogram_parse.y2255 if (inputs & VERT_BIT_COLOR1)