Searched refs:PROGRAM_CONSTANT (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/mesa/program/ |
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.c | 67 if (list->Parameters[i].Type == PROGRAM_CONSTANT) { in lookup_parameter_constant() 346 if (p->Type == PROGRAM_CONSTANT && p->Size + size <= 4) { in _mesa_add_typed_unnamed_constant() 359 pos = _mesa_add_parameter(paramList, PROGRAM_CONSTANT, NULL, in _mesa_add_typed_unnamed_constant()
|
D | prog_parameter_layout.c | 81 if (curr->Type == PROGRAM_CONSTANT) { in copy_indirect_accessed_array() 195 case PROGRAM_CONSTANT: { in _mesa_layout_parameters()
|
D | prog_parameter.h | 61 PROGRAM_CONSTANT, /**< gl_program->Parameters[] */ enumerator
|
D | prog_print.c | 62 case PROGRAM_CONSTANT: in _mesa_register_file_name() 405 case PROGRAM_CONSTANT: /* extension */ in reg_string()
|
D | prog_to_nir.c | 156 case PROGRAM_CONSTANT: { in ptn_get_src() 166 case PROGRAM_CONSTANT: in ptn_get_src() 168 (1 << PROGRAM_CONSTANT)) == 0) { in ptn_get_src()
|
D | ir_to_mesa.cpp | 494 src_reg src(PROGRAM_CONSTANT, -1, NULL); in src_reg_for_float() 1871 src = src_reg(PROGRAM_CONSTANT, -1, NULL); in visit() 1885 src.file = PROGRAM_CONSTANT; in visit() 1909 this->result = src_reg(PROGRAM_CONSTANT, -1, ir->type); in visit()
|
D | program_parse.y | 805 : PROGRAM_CONSTANT; 2453 param_var->param_binding_type = PROGRAM_CONSTANT;
|
D | prog_execute.c | 120 case PROGRAM_CONSTANT: in get_src_register_pointer()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 52 (1 << PROGRAM_CONSTANT) | \ 140 case PROGRAM_CONSTANT: /* ie, immediate */ in src_register() 1035 case PROGRAM_CONSTANT: in st_translate_mesa_program()
|
D | st_glsl_to_tgsi.cpp | 61 (1 << PROGRAM_CONSTANT) | \ 502 case PROGRAM_CONSTANT: in emit_asm() 518 case PROGRAM_CONSTANT: in emit_asm() 899 if (file == PROGRAM_CONSTANT) { in add_constant() 1997 st_src_reg cbuf(PROGRAM_CONSTANT, in visit_expression() 2034 cbuf.file = PROGRAM_CONSTANT; in visit_expression() 3216 gl_register_file file = in_array ? PROGRAM_CONSTANT : PROGRAM_IMMEDIATE; in visit() 4244 offset.file == PROGRAM_CONSTANT || in canonicalize_gather_offset() 6012 case PROGRAM_CONSTANT: /* ie, immediate */ in translate_src() 6228 } else if (inst->resource.file == PROGRAM_CONSTANT) { in compile_tgsi_instruction() [all …]
|
D | st_atifs_to_tgsi.c | 486 case PROGRAM_CONSTANT: in st_translate_atifs_program()
|
/external/mesa3d/docs/relnotes/ |
D | 8.0.5.rst | 232 - st/mesa: index can be negative in the PROGRAM_CONSTANT case
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 130 case PROGRAM_CONSTANT: in r200VertexProgUpdateParams() 217 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 | 479 return make_ureg(PROGRAM_CONSTANT, idx); in register_const4f()
|