Home
last modified time | relevance | path

Searched refs:PROGRAM_CONSTANT (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Dprog_parameter.c68 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()
Dprog_parameter_layout.c81 if (curr->Type == PROGRAM_CONSTANT) { in copy_indirect_accessed_array()
201 p->Type != PROGRAM_CONSTANT) in _mesa_layout_parameters()
Dprog_parameter.h60 PROGRAM_CONSTANT, /**< gl_program->Parameters[] */ enumerator
Dprog_print.c60 case PROGRAM_CONSTANT: in _mesa_register_file_name()
391 case PROGRAM_CONSTANT: /* extension */ in reg_string()
Dprog_to_nir.c158 case PROGRAM_CONSTANT: { in ptn_get_src()
168 case PROGRAM_CONSTANT: in ptn_get_src()
170 (1 << PROGRAM_CONSTANT)) == 0) { in ptn_get_src()
Dprogram_parse.y813 : PROGRAM_CONSTANT;
2465 param_var->param_binding_type = PROGRAM_CONSTANT;
/third_party/mesa3d/docs/relnotes/
D8.0.5.rst232 - st/mesa: index can be negative in the PROGRAM_CONSTANT case
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c489 return make_ureg(PROGRAM_CONSTANT, idx); in register_const4f()