Home
last modified time | relevance | path

Searched refs:vec4_type (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/glsl/
Dbuiltin_types.h76 const glsl_type *const glsl_type::vec4_type = & builtin_core_types[11];
114 { glsl_type::vec4_type, "emission" },
115 { glsl_type::vec4_type, "ambient" },
116 { glsl_type::vec4_type, "diffuse" },
117 { glsl_type::vec4_type, "specular" },
122 { glsl_type::vec4_type, "ambient" },
123 { glsl_type::vec4_type, "diffuse" },
124 { glsl_type::vec4_type, "specular" },
125 { glsl_type::vec4_type, "position" },
126 { glsl_type::vec4_type, "halfVector" },
[all …]
Dbuiltin_variables.cpp587 glsl_type::get_array_instance(glsl_type::vec4_type, in generate_110_uniforms()
616 glsl_type::get_array_instance(glsl_type::vec4_type, in generate_110_uniforms()
620 glsl_type::get_array_instance(glsl_type::vec4_type, in generate_110_uniforms()
637 glsl_type::get_array_instance(glsl_type::vec4_type, VERT_ATTRIB_MAX); in generate_110_uniforms()
640 glsl_type::get_array_instance(glsl_type::vec4_type, FRAG_ATTRIB_MAX); in generate_110_uniforms()
690 glsl_type::get_array_instance(glsl_type::vec4_type, 0); in generate_110_vs_variables()
843 glsl_type::get_array_instance(glsl_type::vec4_type, 0); in generate_110_fs_variables()
871 glsl_type::get_array_instance(glsl_type::vec4_type, in generate_ARB_draw_buffers_variables()
Dglsl_types.h165 static const glsl_type *const vec4_type; member
Dlower_clip_distance.cpp107 = glsl_type::get_array_instance(glsl_type::vec4_type, new_size); in visit()
Dast_function.cpp936 new(ctx) ir_variable(glsl_type::vec4_type, "mat_ctor_vec", in emit_inline_matrix_constructor()
/external/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp829 ir_variable *temp_var = p->make_temp(glsl_type::vec4_type, "texenv_combine"); in emit_texenv()
898 shift = new(p->mem_ctx) ir_constant(glsl_type::vec4_type, in emit_texenv()
936 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type, in load_texture()
1002 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type, in load_texture()
1023 tex->set_sampler(deref, glsl_type::vec4_type); in load_texture()
1156 ir_variable *fog_result = p->make_temp(glsl_type::vec4_type, "fog_result"); in emit_fog_instructions()
1252 ir_variable *spec_result = p->make_temp(glsl_type::vec4_type, in emit_instructions()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_shader.c209 LLVMTypeRef vec4_type; in declare_input_vs() local
236 vec4_type = LLVMVectorType(base->elem_type, 4); in declare_input_vs()
241 "llvm.SI.vs.load.input", vec4_type, args, 3); in declare_input_vs()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_visitor.cpp231 src_reg temp_src = src_reg(this, glsl_type::vec4_type); in emit_math1_gen6()
238 dst_reg temp_dst = dst_reg(this, glsl_type::vec4_type); in emit_math1_gen6()
294 expanded = src_reg(this, glsl_type::vec4_type); in emit_math2_gen6()
299 expanded = src_reg(this, glsl_type::vec4_type); in emit_math2_gen6()
308 dst_reg temp_dst = dst_reg(this, glsl_type::vec4_type); in emit_math2_gen6()
1333 src_reg packed_consts = src_reg(this, glsl_type::vec4_type); in visit()
2108 dst_reg ndc = dst_reg(this, glsl_type::vec4_type); in emit_ndc_computation()
2542 src_reg temp = src_reg(this, glsl_type::vec4_type); in move_grf_array_access_to_scratch()
2556 dst_reg temp = dst_reg(this, glsl_type::vec4_type); in move_grf_array_access_to_scratch()
2643 dst_reg temp = dst_reg(this, glsl_type::vec4_type); in move_uniform_array_access_to_pull_constants()
Dbrw_vec4.cpp675 dst_reg temp = dst_reg(this, glsl_type::vec4_type); in move_push_constants_to_pull_constants()
Dbrw_fs_visitor.cpp1373 fs_reg swizzled_result = fs_reg(this, glsl_type::vec4_type); in swizzle_result()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp522 tmp = get_temp(glsl_type::vec4_type); in emit_scs()
964 src_reg temp = get_temp(glsl_type::vec4_type); in reladdr_to_temp()
1266 src_reg temp = get_temp(glsl_type::vec4_type); in visit()
1289 src_reg temp = get_temp(glsl_type::vec4_type); in visit()
1987 coord = get_temp(glsl_type::vec4_type); in visit()
1999 result_src = get_temp(glsl_type::vec4_type); in visit()
2058 tmp_src = get_temp(glsl_type::vec4_type); in visit()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp807 tmp = get_temp(glsl_type::vec4_type); in emit_scs()
1323 st_src_reg temp = get_temp(glsl_type::vec4_type); in reladdr_to_temp()
1474 glsl_type::vec4_type); in visit()
1477 st_src_reg temp = get_temp(glsl_type::vec4_type); in visit()
1542 glsl_type::vec4_type); in visit()
1600 glsl_type::vec4_type); in visit()
2270 condition_temp = get_temp(glsl_type::vec4_type); in visit()
2584 coord = get_temp(glsl_type::vec4_type); in visit()
2667 tmp_src = get_temp(glsl_type::vec4_type); in visit()
3710 src0 = v->get_temp(glsl_type::vec4_type); in get_pixel_transfer_visitor()
[all …]