Searched refs:PROGRAM_CONSTANT (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | prog_parameter.c | 68 if (list->Parameters[i].Type == PROGRAM_CONSTANT) { in lookup_parameter_constant() 319 if (p->Type == PROGRAM_CONSTANT && p->Size + size <= 4) { in _mesa_add_typed_unnamed_constant() 332 pos = _mesa_add_parameter(paramList, PROGRAM_CONSTANT, NULL, in _mesa_add_typed_unnamed_constant()
|
D | prog_opt_constant_fold.c | 39 if (inst->SrcReg[i].File != PROGRAM_CONSTANT) in src_regs_are_constant() 56 src.File = PROGRAM_CONSTANT; in src_reg_for_float() 71 src.File = PROGRAM_CONSTANT; in src_reg_for_vec4()
|
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_print.c | 59 case PROGRAM_CONSTANT: in _mesa_register_file_name() 390 case PROGRAM_CONSTANT: /* extension */ in reg_string()
|
D | prog_to_nir.c | 151 case PROGRAM_CONSTANT: { in ptn_get_src() 161 case PROGRAM_CONSTANT: in ptn_get_src() 163 (1 << PROGRAM_CONSTANT)) == 0) { in ptn_get_src()
|
D | ir_to_mesa.cpp | 492 src_reg src(PROGRAM_CONSTANT, -1, NULL); in src_reg_for_float() 1937 src = src_reg(PROGRAM_CONSTANT, -1, NULL); in visit() 1951 src.file = PROGRAM_CONSTANT; in visit() 1975 this->result = src_reg(PROGRAM_CONSTANT, -1, ir->type); in visit()
|
D | program_parse.y | 801 : PROGRAM_CONSTANT; 2449 param_var->param_binding_type = PROGRAM_CONSTANT;
|
D | prog_execute.c | 118 case PROGRAM_CONSTANT: in get_src_register_pointer()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 51 (1 << PROGRAM_CONSTANT) | \ 136 case PROGRAM_CONSTANT: /* ie, immediate */ in src_register() 1026 case PROGRAM_CONSTANT: in st_translate_mesa_program()
|
D | st_glsl_to_tgsi.cpp | 64 (1 << PROGRAM_CONSTANT) | \ 450 case PROGRAM_CONSTANT: in emit_asm() 466 case PROGRAM_CONSTANT: in emit_asm() 832 if (file == PROGRAM_CONSTANT) { in add_constant() 1917 st_src_reg cbuf(PROGRAM_CONSTANT, in visit_expression() 1954 cbuf.file = PROGRAM_CONSTANT; in visit_expression() 3061 gl_register_file file = in_array ? PROGRAM_CONSTANT : PROGRAM_IMMEDIATE; in visit() 5679 case PROGRAM_CONSTANT: /* ie, immediate */ in translate_src() 5887 } else if (inst->resource.file == PROGRAM_CONSTANT) { in compile_tgsi_instruction() 6540 case PROGRAM_CONSTANT: in st_translate_program()
|
D | st_atifs_to_tgsi.c | 484 case PROGRAM_CONSTANT: in st_translate_atifs_program()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 126 case PROGRAM_CONSTANT: in r200VertexProgUpdateParams() 213 case PROGRAM_CONSTANT: in t_src_class()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 185 case PROGRAM_CONSTANT: in src_vector()
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 485 return make_ureg(PROGRAM_CONSTANT, idx); in register_const4f()
|
D | mtypes.h | 2061 PROGRAM_CONSTANT, /**< gl_program->Parameters[] */ enumerator
|