Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_parameter_layout.c81 if (curr->Type == PROGRAM_CONSTANT) { in copy_indirect_accessed_array()
185 case PROGRAM_CONSTANT: { in _mesa_layout_parameters()
Dprog_parameter.c226 return _mesa_add_parameter(paramList, PROGRAM_CONSTANT, name, in _mesa_add_named_constant()
265 if (p->Type == PROGRAM_CONSTANT && p->Size + size <= 4) { in _mesa_add_typed_unnamed_constant()
278 pos = _mesa_add_parameter(paramList, PROGRAM_CONSTANT, NULL, in _mesa_add_typed_unnamed_constant()
506 if (list->Parameters[i].Type == PROGRAM_CONSTANT) { in _mesa_lookup_parameter_constant()
Dprog_opt_constant_fold.c39 if (inst->SrcReg[i].File != PROGRAM_CONSTANT) in src_regs_are_constant()
54 src.File = PROGRAM_CONSTANT; in src_reg_for_float()
69 src.File = PROGRAM_CONSTANT; in src_reg_for_vec4()
Dprog_print.c65 case PROGRAM_CONSTANT: in _mesa_register_file_name()
388 case PROGRAM_CONSTANT: /* extension */ in reg_string()
437 case PROGRAM_CONSTANT: /* extension */ in reg_string()
Dprogram.c708 if (f == PROGRAM_CONSTANT || in adjust_param_indexes()
963 case PROGRAM_CONSTANT: in _mesa_valid_register_index()
1052 inst->SrcReg[0].File = PROGRAM_CONSTANT; in _mesa_postprocess_program()
Dprogram_parse.y597 set_src_reg_swz(& $$, PROGRAM_CONSTANT,
854 : PROGRAM_CONSTANT;
2620 param_var->param_binding_type = PROGRAM_CONSTANT;
Dir_to_mesa.cpp583 src_reg src(PROGRAM_CONSTANT, -1, NULL); in src_reg_for_float()
1918 src = src_reg(PROGRAM_CONSTANT, -1, NULL); in visit()
1932 src.file = PROGRAM_CONSTANT; in visit()
1956 this->result = src_reg(PROGRAM_CONSTANT, -1, ir->type); in visit()
Dprog_execute.c153 case PROGRAM_CONSTANT: in get_src_register_pointer()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_pass0.c192 case PROGRAM_CONSTANT: in pass0_get_reg()
204 case PROGRAM_CONSTANT: in pass0_get_reg()
Dbrw_vs_emit.c260 inst->SrcReg[arg].File != PROGRAM_CONSTANT && in brw_vs_alloc_regs()
1141 case PROGRAM_CONSTANT: in get_reg()
1266 } else if (src->File == PROGRAM_CONSTANT) { in get_src_reg()
1312 case PROGRAM_CONSTANT: in get_src_reg()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c53 (1 << PROGRAM_CONSTANT) | \
225 case PROGRAM_CONSTANT: /* ie, immediate */ in src_register()
1218 case PROGRAM_CONSTANT: in st_translate_mesa_program()
Dst_glsl_to_tgsi.cpp78 (1 << PROGRAM_CONSTANT) | \
540 case PROGRAM_CONSTANT: in emit()
562 case PROGRAM_CONSTANT: in emit()
870 if (file == PROGRAM_CONSTANT) { in add_constant()
2323 gl_register_file file = in_array ? PROGRAM_CONSTANT : PROGRAM_IMMEDIATE; in visit()
4068 case PROGRAM_CONSTANT: /* ie, immediate */ in src_register()
4722 case PROGRAM_CONSTANT: in st_translate_program()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c128 case PROGRAM_CONSTANT: in r200VertexProgUpdateParams()
218 case PROGRAM_CONSTANT: in t_src_class()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c174 case PROGRAM_CONSTANT: in src_vector()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c486 return make_ureg(PROGRAM_CONSTANT, idx); in register_const4f()
Dmtypes.h1866 PROGRAM_CONSTANT, /**< gl_program->Parameters[] */ enumerator