HomeSort by relevance Sort by last modified time
    Searched refs:vec4_type (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glsl/
builtin_types.h 76 const glsl_type *const glsl_type::vec4_type = & builtin_core_types[11]; member in class:glsl_type
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...]
builtin_variables.cpp 587 glsl_type::get_array_instance(glsl_type::vec4_type,
616 glsl_type::get_array_instance(glsl_type::vec4_type,
620 glsl_type::get_array_instance(glsl_type::vec4_type,
637 glsl_type::get_array_instance(glsl_type::vec4_type, VERT_ATTRIB_MAX);
640 glsl_type::get_array_instance(glsl_type::vec4_type, FRAG_ATTRIB_MAX);
690 glsl_type::get_array_instance(glsl_type::vec4_type, 0);
843 glsl_type::get_array_instance(glsl_type::vec4_type, 0);
871 glsl_type::get_array_instance(glsl_type::vec4_type
    [all...]
glsl_types.h 165 static const glsl_type *const vec4_type; member in struct:glsl_type
lower_clip_distance.cpp 107 = glsl_type::get_array_instance(glsl_type::vec4_type, new_size);
ast_function.cpp 936 new(ctx) ir_variable(glsl_type::vec4_type, "mat_ctor_vec",
    [all...]
  /external/mesa3d/src/glsl/
builtin_types.h 76 const glsl_type *const glsl_type::vec4_type = & builtin_core_types[11]; member in class:glsl_type
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...]
builtin_variables.cpp 587 glsl_type::get_array_instance(glsl_type::vec4_type,
616 glsl_type::get_array_instance(glsl_type::vec4_type,
620 glsl_type::get_array_instance(glsl_type::vec4_type,
637 glsl_type::get_array_instance(glsl_type::vec4_type, VERT_ATTRIB_MAX);
640 glsl_type::get_array_instance(glsl_type::vec4_type, FRAG_ATTRIB_MAX);
690 glsl_type::get_array_instance(glsl_type::vec4_type, 0);
843 glsl_type::get_array_instance(glsl_type::vec4_type, 0);
871 glsl_type::get_array_instance(glsl_type::vec4_type
    [all...]
glsl_types.h 165 static const glsl_type *const vec4_type; member in struct:glsl_type
lower_clip_distance.cpp 107 = glsl_type::get_array_instance(glsl_type::vec4_type, new_size);
ast_function.cpp 936 new(ctx) ir_variable(glsl_type::vec4_type, "mat_ctor_vec",
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ff_fragment_shader.cpp 829 ir_variable *temp_var = p->make_temp(glsl_type::vec4_type, "texenv_combine");
898 shift = new(p->mem_ctx) ir_constant(glsl_type::vec4_type,
936 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type,
1002 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type,
1023 tex->set_sampler(deref, glsl_type::vec4_type);
    [all...]
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 829 ir_variable *temp_var = p->make_temp(glsl_type::vec4_type, "texenv_combine");
898 shift = new(p->mem_ctx) ir_constant(glsl_type::vec4_type,
936 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type,
1002 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type,
1023 tex->set_sampler(deref, glsl_type::vec4_type);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 209 LLVMTypeRef vec4_type; local
236 vec4_type = LLVMVectorType(base->elem_type, 4);
241 "llvm.SI.vs.load.input", vec4_type, args, 3);
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 209 LLVMTypeRef vec4_type; local
236 vec4_type = LLVMVectorType(base->elem_type, 4);
241 "llvm.SI.vs.load.input", vec4_type, args, 3);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 231 src_reg temp_src = src_reg(this, glsl_type::vec4_type);
238 dst_reg temp_dst = dst_reg(this, glsl_type::vec4_type);
294 expanded = src_reg(this, glsl_type::vec4_type);
299 expanded = src_reg(this, glsl_type::vec4_type);
308 dst_reg temp_dst = dst_reg(this, glsl_type::vec4_type);
    [all...]
brw_vec4.cpp 675 dst_reg temp = dst_reg(this, glsl_type::vec4_type);
brw_fs_visitor.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 231 src_reg temp_src = src_reg(this, glsl_type::vec4_type);
238 dst_reg temp_dst = dst_reg(this, glsl_type::vec4_type);
294 expanded = src_reg(this, glsl_type::vec4_type);
299 expanded = src_reg(this, glsl_type::vec4_type);
308 dst_reg temp_dst = dst_reg(this, glsl_type::vec4_type);
    [all...]
brw_vec4.cpp 675 dst_reg temp = dst_reg(this, glsl_type::vec4_type);
brw_fs_visitor.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
ir_to_mesa.cpp 522 tmp = get_temp(glsl_type::vec4_type);
964 src_reg temp = get_temp(glsl_type::vec4_type);
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 522 tmp = get_temp(glsl_type::vec4_type);
964 src_reg temp = get_temp(glsl_type::vec4_type);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 807 tmp = get_temp(glsl_type::vec4_type);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 807 tmp = get_temp(glsl_type::vec4_type);
    [all...]

Completed in 1197 milliseconds