Home
last modified time | relevance | path

Searched refs:VERT_ATTRIB_COLOR1 (Results 1 - 19 of 19) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Drastpos.c503 ctx->Current.Attrib[VERT_ATTRIB_COLOR1]); in _mesa_RasterPos()
745 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR1][0], 0.0F, 1.0F); in window_pos3f()
747 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR1][1], 0.0F, 1.0F); in window_pos3f()
749 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR1][2], 0.0F, 1.0F); in window_pos3f()
751 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR1][3], 0.0F, 1.0F); in window_pos3f()
H A Dglthread_get.c107 *p = (ctx->GLThread.CurrentVAO->UserEnabled & (1 << VERT_ATTRIB_COLOR1)) != 0; in _mesa_marshal_GetIntegerv()
H A Dvarray.c1342 VERT_ATTRIB_COLOR1, format, BGRA_OR_4, size, type, in _mesa_SecondaryColorPointer_no_error()
1363 VERT_ATTRIB_COLOR1, legalTypes, 3, in _mesa_SecondaryColorPointer()
1369 VERT_ATTRIB_COLOR1, format, BGRA_OR_4, size, type, in _mesa_SecondaryColorPointer()
1398 VERT_ATTRIB_COLOR1, legalTypes, 3, in _mesa_VertexArraySecondaryColorOffsetEXT()
1404 VERT_ATTRIB_COLOR1, format, BGRA_OR_4, size, type, in _mesa_VertexArraySecondaryColorOffsetEXT()
3898 case VERT_ATTRIB_COLOR1: in init_default_vao_state()
3899 init_array(ctx, vao, VERT_ATTRIB_COLOR1, 3, GL_FLOAT); in init_default_vao_state()
4064 *param = vao->VertexAttrib[VERT_ATTRIB_COLOR1].Format.Size; in _mesa_GetVertexArrayIntegervEXT()
4067 *param = vao->VertexAttrib[VERT_ATTRIB_COLOR1].Format.Type; in _mesa_GetVertexArrayIntegervEXT()
4070 *param = vao->VertexAttrib[VERT_ATTRIB_COLOR1] in _mesa_GetVertexArrayIntegervEXT()
[all...]
H A Darrayobj.c75 VERT_ATTRIB_COLOR1, /* VERT_ATTRIB_COLOR1 */
116 VERT_ATTRIB_COLOR1, /* VERT_ATTRIB_COLOR1 */
157 VERT_ATTRIB_COLOR1, /* VERT_ATTRIB_COLOR1 */
H A Dgetstring.c274 *params = (GLvoid *) vao->VertexAttrib[VERT_ATTRIB_COLOR1].Ptr; in _get_vao_pointerv()
H A Dglthread_marshal.h411 return VERT_ATTRIB_COLOR1; in _mesa_array_to_attrib()
H A Dglthread_varray.c42 [VERT_ATTRIB_COLOR1] = 12, in _mesa_glthread_reset_vao()
H A Dff_fragment_shader.cpp1009 secondary = swizzle_xyz(get_current_attrib(p, VERT_ATTRIB_COLOR1)); in emit_instructions()
H A Dcontext.c292 ASSIGN_4V( ctx->Current.Attrib[VERT_ATTRIB_COLOR1], 0.0, 0.0, 0.0, 1.0 ); in _mesa_init_current()
H A Dffvertex_prog.c1667 emit_passthrough(p, VERT_ATTRIB_COLOR1, VARYING_SLOT_COL1); in build_tnl_program()
H A Denable.c126 vao_state(ctx, vao, VERT_ATTRIB_COLOR1, state); in client_state()
H A Dget.c1061 array = &ctx->Array.VAO->VertexAttrib[VERT_ATTRIB_COLOR1]; in find_custom_value()
H A Ddlist.c6269 #define VBO_ATTRIB_COLOR1 VERT_ATTRIB_COLOR1
/third_party/mesa3d/src/compiler/
H A Dshader_enums.h166 VERT_ATTRIB_COLOR1, enumerator
246 #define VERT_BIT_COLOR1 BITFIELD_BIT(VERT_ATTRIB_COLOR1)
H A Dshader_enums.c123 ENUM(VERT_ATTRIB_COLOR1), in gl_vert_attrib_name()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_rasterpos.c172 VARYING_SLOT_COL1, VERT_ATTRIB_COLOR1); in rastpos_point()
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_variables.cpp1160 add_input(VERT_ATTRIB_COLOR1, vec4_t, "gl_SecondaryColor"); in generate_vs_special_vars()
/third_party/mesa3d/src/mesa/program/
H A Dprog_statevars.c569 idx == VERT_ATTRIB_COLOR1)) { in fetch_state()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp879 case VERT_ATTRIB_COLOR1: in vert_attrib_to_tgsi_semantic()

Completed in 51 milliseconds