Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/program/
H A 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()
H A Dprog_parameter_layout.c81 if (curr->Type == PROGRAM_CONSTANT) { in copy_indirect_accessed_array()
201 p->Type != PROGRAM_CONSTANT) in _mesa_layout_parameters()
H A Dprog_to_nir.c107 case PROGRAM_CONSTANT: { in ptn_get_src()
117 case PROGRAM_CONSTANT: in ptn_get_src()
119 (1 << PROGRAM_CONSTANT)) == 0) { in ptn_get_src()
H A Dprog_print.c60 case PROGRAM_CONSTANT: in _mesa_register_file_name()
391 case PROGRAM_CONSTANT: /* extension */ in reg_string()
H A Dprog_parameter.h60 PROGRAM_CONSTANT, /**< gl_program->Parameters[] */ enumerator
H A Dprogram_parse.y821 : PROGRAM_CONSTANT;
2475 param_var->param_binding_type = PROGRAM_CONSTANT;
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D8.0.5.rst232 - st/mesa: index can be negative in the PROGRAM_CONSTANT case