/third_party/mesa3d/src/mesa/main/ |
H A D | rastpos.c | 503 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 D | glthread_get.c | 107 *p = (ctx->GLThread.CurrentVAO->UserEnabled & (1 << VERT_ATTRIB_COLOR1)) != 0; in _mesa_marshal_GetIntegerv()
|
H A D | varray.c | 1342 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 D | arrayobj.c | 75 VERT_ATTRIB_COLOR1, /* VERT_ATTRIB_COLOR1 */ 116 VERT_ATTRIB_COLOR1, /* VERT_ATTRIB_COLOR1 */ 157 VERT_ATTRIB_COLOR1, /* VERT_ATTRIB_COLOR1 */
|
H A D | getstring.c | 274 *params = (GLvoid *) vao->VertexAttrib[VERT_ATTRIB_COLOR1].Ptr; in _get_vao_pointerv()
|
H A D | glthread_marshal.h | 411 return VERT_ATTRIB_COLOR1; in _mesa_array_to_attrib()
|
H A D | glthread_varray.c | 42 [VERT_ATTRIB_COLOR1] = 12, in _mesa_glthread_reset_vao()
|
H A D | ff_fragment_shader.cpp | 1009 secondary = swizzle_xyz(get_current_attrib(p, VERT_ATTRIB_COLOR1)); in emit_instructions()
|
H A D | context.c | 292 ASSIGN_4V( ctx->Current.Attrib[VERT_ATTRIB_COLOR1], 0.0, 0.0, 0.0, 1.0 ); in _mesa_init_current()
|
H A D | ffvertex_prog.c | 1667 emit_passthrough(p, VERT_ATTRIB_COLOR1, VARYING_SLOT_COL1); in build_tnl_program()
|
H A D | enable.c | 126 vao_state(ctx, vao, VERT_ATTRIB_COLOR1, state); in client_state()
|
H A D | get.c | 1061 array = &ctx->Array.VAO->VertexAttrib[VERT_ATTRIB_COLOR1]; in find_custom_value()
|
H A D | dlist.c | 6269 #define VBO_ATTRIB_COLOR1 VERT_ATTRIB_COLOR1
|
/third_party/mesa3d/src/compiler/ |
H A D | shader_enums.h | 166 VERT_ATTRIB_COLOR1, enumerator 246 #define VERT_BIT_COLOR1 BITFIELD_BIT(VERT_ATTRIB_COLOR1)
|
H A D | shader_enums.c | 123 ENUM(VERT_ATTRIB_COLOR1), in gl_vert_attrib_name()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_rasterpos.c | 172 VARYING_SLOT_COL1, VERT_ATTRIB_COLOR1); in rastpos_point()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_variables.cpp | 1160 add_input(VERT_ATTRIB_COLOR1, vec4_t, "gl_SecondaryColor"); in generate_vs_special_vars()
|
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_statevars.c | 569 idx == VERT_ATTRIB_COLOR1)) { in fetch_state()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_nir.cpp | 879 case VERT_ATTRIB_COLOR1: in vert_attrib_to_tgsi_semantic()
|