Searched refs:PROGRAM_CONSTANT (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | prog_parameter_layout.c | 81 if (curr->Type == PROGRAM_CONSTANT) { in copy_indirect_accessed_array() 185 case PROGRAM_CONSTANT: { in _mesa_layout_parameters()
|
D | prog_parameter.c | 226 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()
|
D | prog_opt_constant_fold.c | 39 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()
|
D | prog_print.c | 65 case PROGRAM_CONSTANT: in _mesa_register_file_name() 388 case PROGRAM_CONSTANT: /* extension */ in reg_string() 437 case PROGRAM_CONSTANT: /* extension */ in reg_string()
|
D | program.c | 708 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()
|
D | program_parse.y | 597 set_src_reg_swz(& $$, PROGRAM_CONSTANT, 854 : PROGRAM_CONSTANT; 2620 param_var->param_binding_type = PROGRAM_CONSTANT;
|
D | ir_to_mesa.cpp | 583 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()
|
D | prog_execute.c | 153 case PROGRAM_CONSTANT: in get_src_register_pointer()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_pass0.c | 192 case PROGRAM_CONSTANT: in pass0_get_reg() 204 case PROGRAM_CONSTANT: in pass0_get_reg()
|
D | brw_vs_emit.c | 260 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/ |
D | st_mesa_to_tgsi.c | 53 (1 << PROGRAM_CONSTANT) | \ 225 case PROGRAM_CONSTANT: /* ie, immediate */ in src_register() 1218 case PROGRAM_CONSTANT: in st_translate_mesa_program()
|
D | st_glsl_to_tgsi.cpp | 78 (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/ |
D | r200_vertprog.c | 128 case PROGRAM_CONSTANT: in r200VertexProgUpdateParams() 218 case PROGRAM_CONSTANT: in t_src_class()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 174 case PROGRAM_CONSTANT: in src_vector()
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 486 return make_ureg(PROGRAM_CONSTANT, idx); in register_const4f()
|
D | mtypes.h | 1866 PROGRAM_CONSTANT, /**< gl_program->Parameters[] */ enumerator
|