/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 1235 _read_invocation_intrinsic(glsl_type::vec4_type), in create_intrinsics() 1252 _read_first_invocation_intrinsic(glsl_type::vec4_type), in create_intrinsics() 1280 _##NAME(glsl_type::vec4_type), \ in create_builtins() 1288 _##NAME(always_available, glsl_type::vec4_type), \ in create_builtins() 1300 _##NAME(v130, glsl_type::vec4_type), \ in create_builtins() 1312 _##NAME(gpu_shader5_es, glsl_type::vec4_type), \ in create_builtins() 1324 _##NAME(glsl_type::vec4_type), \ in create_builtins() 1336 _##NAME(always_available, glsl_type::vec4_type), \ in create_builtins() 1355 _##NAME(always_available, glsl_type::vec4_type), \ in create_builtins() 1394 _##NAME(always_available, glsl_type::vec4_type), \ in create_builtins() [all …]
|
D | builtin_types.cpp | 71 glsl_struct_field(glsl_type::vec4_type, "emission"), 72 glsl_struct_field(glsl_type::vec4_type, "ambient"), 73 glsl_struct_field(glsl_type::vec4_type, "diffuse"), 74 glsl_struct_field(glsl_type::vec4_type, "specular"), 79 glsl_struct_field(glsl_type::vec4_type, "ambient"), 80 glsl_struct_field(glsl_type::vec4_type, "diffuse"), 81 glsl_struct_field(glsl_type::vec4_type, "specular"), 82 glsl_struct_field(glsl_type::vec4_type, "position"), 83 glsl_struct_field(glsl_type::vec4_type, "halfVector"), 94 glsl_struct_field(glsl_type::vec4_type, "ambient"), [all …]
|
D | opt_dead_builtin_varyings.cpp | 327 new (ctx) ir_variable(glsl_type::vec4_type, name, in replace_varyings_visitor() 334 new (ctx) ir_variable(glsl_type::vec4_type, name, in replace_varyings_visitor() 370 new (ctx) ir_variable(glsl_type::vec4_type, name, in prepare_array() 376 new(ctx) ir_variable(glsl_type::vec4_type, name, in prepare_array()
|
D | lower_distance.cpp | 187 (*new_var)->type = glsl_type::get_array_instance(glsl_type::vec4_type, in visit() 202 glsl_type::get_array_instance(glsl_type::vec4_type, in visit() 410 assert(expr->operands[0]->type == glsl_type::vec4_type); in fix_lhs() 414 glsl_type::vec4_type, in fix_lhs()
|
D | lower_packing_builtins.cpp | 500 assert(vec4_rval->type == glsl_type::vec4_type); in lower_pack_snorm_4x8() 622 assert(result->type == glsl_type::vec4_type); in lower_unpack_snorm_4x8() 705 assert(vec4_rval->type == glsl_type::vec4_type); in lower_pack_unorm_4x8() 792 assert(result->type == glsl_type::vec4_type); in lower_unpack_unorm_4x8()
|
D | lower_blend_equation_advanced.cpp | 282 ir_variable *result = f.make_temp(glsl_type::vec4_type, "__blend_result"); in calc_blend_result() 285 ir_variable *src = f.make_temp(glsl_type::vec4_type, "__blend_src"); in calc_blend_result() 477 ir_variable *fb = new(mem_ctx) ir_variable(glsl_type::vec4_type, in lower_blend_equation_advanced() 542 new(mem_ctx) ir_expression(ir_quadop_vector, glsl_type::vec4_type, in lower_blend_equation_advanced()
|
D | lower_tess_level.cpp | 124 new_tess_level_outer_var->type = glsl_type::vec4_type; in visit() 262 assert((expr->operands[0]->type == glsl_type::vec4_type) || in fix_lhs()
|
D | ir_validate.cpp | 471 assert(ir->operands[0]->type == glsl_type::vec4_type); in visit_leave() 508 assert(ir->type == glsl_type::vec4_type); in visit_leave()
|
/external/mesa3d/src/intel/compiler/ |
D | test_vec4_register_coalesce.cpp | 149 dst_reg temp = dst_reg(v, glsl_type::vec4_type); in TEST_F() 174 src_reg some_src_1 = src_reg(v, glsl_type::vec4_type); in TEST_F() 175 src_reg some_src_2 = src_reg(v, glsl_type::vec4_type); in TEST_F() 195 src_reg some_src_1 = src_reg(v, glsl_type::vec4_type); in TEST_F() 196 src_reg some_src_2 = src_reg(v, glsl_type::vec4_type); in TEST_F() 199 dst_reg to = dst_reg(v, glsl_type::vec4_type); in TEST_F() 221 src_reg some_src_1 = src_reg(v, glsl_type::vec4_type); in TEST_F() 222 src_reg some_src_2 = src_reg(v, glsl_type::vec4_type); in TEST_F() 225 dst_reg to = dst_reg(v, glsl_type::vec4_type); in TEST_F()
|
D | test_vec4_copy_propagation.cpp | 126 dst_reg a = dst_reg(v, glsl_type::vec4_type); in TEST_F() 127 dst_reg b = dst_reg(v, glsl_type::vec4_type); in TEST_F() 128 dst_reg c = dst_reg(v, glsl_type::vec4_type); in TEST_F() 155 dst_reg a = dst_reg(v, glsl_type::vec4_type); in TEST_F() 156 dst_reg b = dst_reg(v, glsl_type::vec4_type); in TEST_F() 157 dst_reg c = dst_reg(v, glsl_type::vec4_type); in TEST_F()
|
D | test_vec4_cmod_propagation.cpp | 367 dst_reg dest = dst_reg(v, glsl_type::vec4_type); in TEST_F() 595 dst_reg dest = dst_reg(v, glsl_type::vec4_type); in TEST_F() 596 src_reg src0 = src_reg(v, glsl_type::vec4_type); in TEST_F() 597 src_reg src1 = src_reg(v, glsl_type::vec4_type); in TEST_F() 628 dst_reg dest = dst_reg(v, glsl_type::vec4_type); in TEST_F() 630 src_reg src0 = src_reg(v, glsl_type::vec4_type); in TEST_F() 631 src_reg src1 = src_reg(v, glsl_type::vec4_type); in TEST_F() 665 dst_reg dest = dst_reg(v, glsl_type::vec4_type); in TEST_F() 667 src_reg src0 = src_reg(v, glsl_type::vec4_type); in TEST_F() 668 src_reg src1 = src_reg(v, glsl_type::vec4_type); in TEST_F() [all …]
|
D | brw_vec4_visitor.cpp | 301 dst_reg expanded = dst_reg(this, glsl_type::vec4_type); in fix_3src_operand() 340 dst_reg expanded = dst_reg(this, glsl_type::vec4_type); in fix_math_operand() 356 math->dst = dst_reg(this, glsl_type::vec4_type); in emit_math() 498 dst_reg f(this, glsl_type::vec4_type); in emit_unpack_unorm_4x8() 520 dst_reg f(this, glsl_type::vec4_type); in emit_unpack_snorm_4x8() 523 dst_reg scaled(this, glsl_type::vec4_type); in emit_unpack_snorm_4x8() 526 dst_reg max(this, glsl_type::vec4_type); in emit_unpack_snorm_4x8() 534 dst_reg saturated(this, glsl_type::vec4_type); in emit_pack_unorm_4x8() 538 dst_reg scaled(this, glsl_type::vec4_type); in emit_pack_unorm_4x8() 541 dst_reg rounded(this, glsl_type::vec4_type); in emit_pack_unorm_4x8() [all …]
|
D | brw_vec4_vs_visitor.cpp | 151 dst_reg(this, glsl_type::vec4_type); in emit_thread_end() 153 dst_reg(this, glsl_type::vec4_type); in emit_thread_end()
|
D | brw_vec4_tes.cpp | 154 swizzle(src_reg(ATTR, 1, glsl_type::vec4_type), in nir_emit_intrinsic() 158 swizzle(src_reg(ATTR, 1, glsl_type::vec4_type), in nir_emit_intrinsic() 165 swizzle(src_reg(ATTR, 0, glsl_type::vec4_type), in nir_emit_intrinsic()
|
D | brw_fs_visitor.cpp | 532 this->outputs[VARYING_SLOT_CLIP_DIST0] = vgrf(glsl_type::vec4_type); in compute_clip_distance() 533 this->outputs[VARYING_SLOT_CLIP_DIST1] = vgrf(glsl_type::vec4_type); in compute_clip_distance()
|
D | brw_vec4_nir.cpp | 852 packed_consts = src_reg(this, glsl_type::vec4_type); in nir_emit_intrinsic() 1152 src_reg tmp_src = retype(src_reg(this, glsl_type::vec4_type), src.type); in emit_conversion_to_double() 1421 src_reg tmp32 = src_reg(this, glsl_type::vec4_type); in nir_emit_alu() 1422 src_reg zero = src_reg(this, glsl_type::vec4_type); in nir_emit_alu()
|
D | test_fs_cmod_propagation.cpp | 278 fs_reg dest = v->vgrf(glsl_type::vec4_type); in TEST_F()
|
D | test_fs_saturate_propagation.cpp | 646 fs_reg dst0 = v->vgrf(glsl_type::vec4_type); in TEST_F()
|
D | brw_vec4.cpp | 955 glsl_type::dvec4_type : glsl_type::vec4_type; in move_push_constants_to_pull_constants() 1913 dst_reg(this, glsl_type::get_array_instance(glsl_type::vec4_type, 2)); in emit_shader_time_write()
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | array_refcount_test.cpp | 103 glsl_type::get_array_instance(glsl_type::vec4_type, 5); in SetUp() 224 new(mem_ctx) ir_variable(glsl_type::vec4_type, "a", ir_var_auto); in TEST_F() 413 ir_variable *var_c = new(mem_ctx) ir_variable(glsl_type::vec4_type, in TEST_F() 442 ir_variable *var_a = new(mem_ctx) ir_variable(glsl_type::vec4_type, in TEST_F() 515 ir_variable *var_a = new(mem_ctx) ir_variable(glsl_type::vec4_type, in TEST_F() 547 ir_variable *var_a = new(mem_ctx) ir_variable(glsl_type::vec4_type, in TEST_F() 588 ir_variable *var_a = new(mem_ctx) ir_variable(glsl_type::vec4_type, in TEST_F()
|
/external/mesa3d/src/mesa/main/ |
D | ff_fragment_shader.cpp | 635 ir_variable *temp_var = p->make_temp(glsl_type::vec4_type, "texenv_combine"); in emit_texenv() 705 shift = new(p->mem_ctx) ir_constant(glsl_type::vec4_type, in emit_texenv() 743 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type, in load_texture() 809 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type, in load_texture() 828 tex->set_sampler(deref, glsl_type::vec4_type); in load_texture() 913 ir_variable *fog_result = p->make_temp(glsl_type::vec4_type, "fog_result"); in emit_fog_instructions() 1004 ir_variable *spec_result = p->make_temp(glsl_type::vec4_type, in emit_instructions()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 2210 struct lp_type vec4_type = bld->texel_type; in lp_build_clamp_border_color() local 2224 vec4_type.length = 4; in lp_build_clamp_border_color() 2225 lp_build_context_init(&vec4_bld, gallivm, vec4_type); in lp_build_clamp_border_color() 2262 min_clamp = lp_build_const_vec(gallivm, vec4_type, -1.0F); in lp_build_clamp_border_color() 2272 min_clamp = lp_build_const_int_vec(gallivm, vec4_type, in lp_build_clamp_border_color() 2274 max_clamp = lp_build_const_int_vec(gallivm, vec4_type, in lp_build_clamp_border_color() 2300 max_clamp = lp_build_const_int_vec(gallivm, vec4_type, in lp_build_clamp_border_color() 2316 max_clamp = lp_build_const_aos(gallivm, vec4_type, max10, max10, in lp_build_clamp_border_color() 2321 min_clamp = lp_build_const_aos(gallivm, vec4_type, -1.0F, -1.0F, in lp_build_clamp_border_color() 2327 min_clamp = lp_build_const_aos(gallivm, vec4_type, -1.0F, -1.0F, in lp_build_clamp_border_color() [all …]
|
/external/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 818 src_reg temp = get_temp(glsl_type::vec4_type); in reladdr_to_temp() 952 src_reg abs_difference = get_temp(glsl_type::vec4_type); in emit_equality_comparison() 970 difference = get_temp(glsl_type::vec4_type); in emit_equality_comparison() 1153 src_reg temp = get_temp(glsl_type::vec4_type); in visit() 1176 src_reg temp = get_temp(glsl_type::vec4_type); in visit() 2006 coord = get_temp(glsl_type::vec4_type); in visit() 2018 result_src = get_temp(glsl_type::vec4_type); in visit() 2093 tmp_src = get_temp(glsl_type::vec4_type); in visit()
|
/external/mesa3d/src/compiler/ |
D | nir_types.cpp | 297 return glsl_type::vec4_type; in glsl_vec4_type()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1481 glsl_type::vec4_type); in visit_expression() 1484 st_src_reg temp = get_temp(glsl_type::vec4_type); in visit_expression() 1550 glsl_type::vec4_type); in visit_expression() 1614 glsl_type::vec4_type); in visit_expression() 2088 glsl_type::vec4_type); in visit_expression() 4082 coord = get_temp(glsl_type::vec4_type); in visit() 4232 tmp_src = get_temp(glsl_type::vec4_type); in visit() 5293 st_src_reg tmp = get_temp(glsl_type::vec4_type); in merge_two_dsts()
|