Searched refs:PROGRAM_CONSTANT (Results 1 – 7 of 7) sorted by relevance
68 if (list->Parameters[i].Type == PROGRAM_CONSTANT) { in lookup_parameter_constant()345 if (type == PROGRAM_UNIFORM || type == PROGRAM_CONSTANT) { in _mesa_add_parameter()400 if (p->Type == PROGRAM_CONSTANT && p->Size + size <= 4) { in _mesa_add_typed_unnamed_constant()413 pos = _mesa_add_parameter(paramList, PROGRAM_CONSTANT, NULL, in _mesa_add_typed_unnamed_constant()
81 if (curr->Type == PROGRAM_CONSTANT) { in copy_indirect_accessed_array()201 p->Type != PROGRAM_CONSTANT) in _mesa_layout_parameters()
107 case PROGRAM_CONSTANT: { in ptn_get_src()117 case PROGRAM_CONSTANT: in ptn_get_src()119 (1 << PROGRAM_CONSTANT)) == 0) { in ptn_get_src()
60 case PROGRAM_CONSTANT: in _mesa_register_file_name()391 case PROGRAM_CONSTANT: /* extension */ in reg_string()
60 PROGRAM_CONSTANT, /**< gl_program->Parameters[] */ enumerator
821 : PROGRAM_CONSTANT;2475 param_var->param_binding_type = PROGRAM_CONSTANT;
232 - st/mesa: index can be negative in the PROGRAM_CONSTANT case