Searched refs:PROGRAM_CONSTANT (Results 1 – 8 of 8) 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()
60 PROGRAM_CONSTANT, /**< gl_program->Parameters[] */ enumerator
60 case PROGRAM_CONSTANT: in _mesa_register_file_name()391 case PROGRAM_CONSTANT: /* extension */ in reg_string()
158 case PROGRAM_CONSTANT: { in ptn_get_src()168 case PROGRAM_CONSTANT: in ptn_get_src()170 (1 << PROGRAM_CONSTANT)) == 0) { in ptn_get_src()
813 : PROGRAM_CONSTANT;2465 param_var->param_binding_type = PROGRAM_CONSTANT;
232 - st/mesa: index can be negative in the PROGRAM_CONSTANT case
489 return make_ureg(PROGRAM_CONSTANT, idx); in register_const4f()