Searched refs:PROGRAM_CONSTANT (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_parameter_layout.c81 if (curr->Type == PROGRAM_CONSTANT) {
185 case PROGRAM_CONSTANT: {
H A Dprog_opt_constant_fold.c39 if (inst->SrcReg[i].File != PROGRAM_CONSTANT)
54 src.File = PROGRAM_CONSTANT;
69 src.File = PROGRAM_CONSTANT;
H A Dprog_parameter.c237 return _mesa_add_parameter(paramList, PROGRAM_CONSTANT, name,
276 if (p->Type == PROGRAM_CONSTANT && p->Size + size <= 4) {
289 pos = _mesa_add_parameter(paramList, PROGRAM_CONSTANT, NULL,
517 if (list->Parameters[i].Type == PROGRAM_CONSTANT) {
H A Dprog_print.c65 case PROGRAM_CONSTANT:
388 case PROGRAM_CONSTANT: /* extension */
437 case PROGRAM_CONSTANT: /* extension */
H A Dprogram.c708 if (f == PROGRAM_CONSTANT ||
963 case PROGRAM_CONSTANT:
1052 inst->SrcReg[0].File = PROGRAM_CONSTANT;
H A Dprogram_parse.y597 set_src_reg_swz(& $$, PROGRAM_CONSTANT,
854 : PROGRAM_CONSTANT;
2620 param_var->param_binding_type = PROGRAM_CONSTANT;
H A Dir_to_mesa.cpp583 src_reg src(PROGRAM_CONSTANT, -1, NULL);
1918 src = src_reg(PROGRAM_CONSTANT, -1, NULL);
1932 src.file = PROGRAM_CONSTANT;
1956 this->result = src_reg(PROGRAM_CONSTANT, -1, ir->type);
/external/mesa3d/src/mesa/program/
H A Dprog_parameter_layout.c81 if (curr->Type == PROGRAM_CONSTANT) {
185 case PROGRAM_CONSTANT: {
H A Dprog_parameter.c226 return _mesa_add_parameter(paramList, PROGRAM_CONSTANT, name,
265 if (p->Type == PROGRAM_CONSTANT && p->Size + size <= 4) {
278 pos = _mesa_add_parameter(paramList, PROGRAM_CONSTANT, NULL,
506 if (list->Parameters[i].Type == PROGRAM_CONSTANT) {
H A Dprog_opt_constant_fold.c39 if (inst->SrcReg[i].File != PROGRAM_CONSTANT)
54 src.File = PROGRAM_CONSTANT;
69 src.File = PROGRAM_CONSTANT;
H A Dprog_print.c65 case PROGRAM_CONSTANT:
388 case PROGRAM_CONSTANT: /* extension */
437 case PROGRAM_CONSTANT: /* extension */
H A Dprogram.c708 if (f == PROGRAM_CONSTANT ||
963 case PROGRAM_CONSTANT:
1052 inst->SrcReg[0].File = PROGRAM_CONSTANT;
H A Dprogram_parse.y597 set_src_reg_swz(& $$, PROGRAM_CONSTANT,
854 : PROGRAM_CONSTANT;
2620 param_var->param_binding_type = PROGRAM_CONSTANT;
H A Dir_to_mesa.cpp583 src_reg src(PROGRAM_CONSTANT, -1, NULL);
1918 src = src_reg(PROGRAM_CONSTANT, -1, NULL);
1932 src.file = PROGRAM_CONSTANT;
1956 this->result = src_reg(PROGRAM_CONSTANT, -1, ir->type);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_pass0.c192 case PROGRAM_CONSTANT:
204 case PROGRAM_CONSTANT:
H A Dbrw_vs_emit.c41 * instead of usage of PROGRAM_CONSTANT values through push/pull.
260 inst->SrcReg[arg].File != PROGRAM_CONSTANT &&
1141 case PROGRAM_CONSTANT:
1266 } else if (src->File == PROGRAM_CONSTANT) {
1312 case PROGRAM_CONSTANT:
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_pass0.c192 case PROGRAM_CONSTANT:
204 case PROGRAM_CONSTANT:
H A Dbrw_vs_emit.c41 * instead of usage of PROGRAM_CONSTANT values through push/pull.
260 inst->SrcReg[arg].File != PROGRAM_CONSTANT &&
1141 case PROGRAM_CONSTANT:
1266 } else if (src->File == PROGRAM_CONSTANT) {
1312 case PROGRAM_CONSTANT:
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c53 (1 << PROGRAM_CONSTANT) | \
225 case PROGRAM_CONSTANT: /* ie, immediate */
1218 case PROGRAM_CONSTANT:
H A Dst_glsl_to_tgsi.cpp78 (1 << PROGRAM_CONSTANT) | \
540 case PROGRAM_CONSTANT:
562 case PROGRAM_CONSTANT:
870 if (file == PROGRAM_CONSTANT) {
2323 gl_register_file file = in_array ? PROGRAM_CONSTANT : PROGRAM_IMMEDIATE;
4068 case PROGRAM_CONSTANT: /* ie, immediate */
4716 /* Emit immediates for PROGRAM_CONSTANT only when there's no indirect
4722 case PROGRAM_CONSTANT:
/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c53 (1 << PROGRAM_CONSTANT) | \
225 case PROGRAM_CONSTANT: /* ie, immediate */
1218 case PROGRAM_CONSTANT:
H A Dst_glsl_to_tgsi.cpp78 (1 << PROGRAM_CONSTANT) | \
540 case PROGRAM_CONSTANT:
562 case PROGRAM_CONSTANT:
870 if (file == PROGRAM_CONSTANT) {
2323 gl_register_file file = in_array ? PROGRAM_CONSTANT : PROGRAM_IMMEDIATE;
4068 case PROGRAM_CONSTANT: /* ie, immediate */
4716 /* Emit immediates for PROGRAM_CONSTANT only when there's no indirect
4722 case PROGRAM_CONSTANT:
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c128 case PROGRAM_CONSTANT:
218 case PROGRAM_CONSTANT:
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c128 case PROGRAM_CONSTANT:
218 case PROGRAM_CONSTANT:
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c174 case PROGRAM_CONSTANT:

Completed in 439 milliseconds

12