HomeSort by relevance Sort by last modified time
    Searched full:uint_type (Results 1 - 25 of 43) sorted by null

1 2

  /art/compiler/optimizing/
data_type.cc 40 uint32_t uint_type = static_cast<uint32_t>(type); local
41 CHECK_LE(uint_type, static_cast<uint32_t>(Type::kLast));
42 return kTypeNames[uint_type];
46 uint32_t uint_type = static_cast<uint32_t>(type); local
47 if (uint_type <= static_cast<uint32_t>(DataType::Type::kLast)) {
48 os << kTypeNames[uint_type];
50 os << "Type[" << uint_type << "]"; local
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
hex_float.h 53 // To specialize this type, you must override uint_type to define
59 using uint_type = void;
64 using uint_type = uint32_t;
76 using uint_type = uint64_t;
88 using uint_type = uint16_t;
104 using uint_type = typename FloatProxyTraits<T>::uint_type;
112 FloatProxy(T val) { data_ = BitwiseCast<uint_type>(val); }
116 FloatProxy(uint_type val) { data_ = val; }
120 return static_cast<uint_type>(data_
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
hex_float.h 66 // To specialize this type, you must override uint_type to define
72 typedef void uint_type; typedef in struct:spvutils::FloatProxyTraits
77 typedef uint32_t uint_type; typedef in struct:spvutils::FloatProxyTraits
89 typedef uint64_t uint_type; typedef in struct:spvutils::FloatProxyTraits
101 typedef uint16_t uint_type; typedef in struct:spvutils::FloatProxyTraits
117 typedef typename FloatProxyTraits<T>::uint_type uint_type; typedef in class:spvutils::FloatProxy
125 FloatProxy(T val) { data_ = BitwiseCast<uint_type>(val); }
129 FloatProxy(uint_type val) { data_ = val; }
133 return static_cast<uint_type>(data_
180 typedef void uint_type; typedef in struct:spvutils::HexFloatTraits
204 typedef uint32_t uint_type; typedef in struct:spvutils::HexFloatTraits
218 typedef uint64_t uint_type; typedef in struct:spvutils::HexFloatTraits
232 typedef uint16_t uint_type; typedef in struct:spvutils::HexFloatTraits
255 typedef typename Traits::uint_type uint_type; typedef in class:spvutils::HexFloat
670 typedef typename HF::uint_type uint_type; typedef
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstoul.c 14 typedef unsigned long uint_type; typedef
wcstoull.c 14 typedef unsigned long long int uint_type; typedef
wcstoumax.c 15 typedef uintmax_t uint_type; typedef
_wcstoul.h 43 * uint_type : return type
47 uint_type
51 uint_type acc, cutoff;
90 cutoff = MAX_VALUE / (uint_type)base;
91 cutlim = (int)(MAX_VALUE % (uint_type)base);
106 acc *= (uint_type)base;
  /external/mesa3d/src/compiler/glsl/
ir_expression_operation.py 81 uint_type = type("unsigned", "u", "GLSL_TYPE_UINT") variable
87 all_types = (uint_type, int_type, float_type, double_type, bool_type)
88 numeric_types = (uint_type, int_type, float_type, double_type)
90 integer_types = (uint_type, int_type)
434 operation("f2u", 1, source_types=(float_type,), dest_type=uint_type, c_expression="(unsigned) {src0}"),
446 operation("u2f", 1, source_types=(uint_type,), dest_type=float_type, c_expression="(float) {src0}"),
448 operation("i2u", 1, source_types=(int_type,), dest_type=uint_type, c_expression="{src0}"),
450 operation("u2i", 1, source_types=(uint_type,), dest_type=int_type, c_expression="{src0}"),
460 operation("d2u", 1, source_types=(double_type,), dest_type=uint_type, c_expression="{src0}"),
462 operation("u2d", 1, source_types=(uint_type,), dest_type=double_type, c_expression="{src0}")
    [all...]
lower_packing_builtins.cpp 276 assert(uint_rval->type == glsl_type::uint_type);
279 ir_variable *u = factory.make_temp(glsl_type::uint_type,
305 assert(uint_rval->type == glsl_type::uint_type);
339 assert(uint_rval->type == glsl_type::uint_type);
342 ir_variable *u = factory.make_temp(glsl_type::uint_type,
386 assert(uint_rval->type == glsl_type::uint_type);
459 assert(result->type == glsl_type::uint_type);
508 assert(result->type == glsl_type::uint_type);
557 assert(uint_rval->type == glsl_type::uint_type);
614 assert(uint_rval->type == glsl_type::uint_type);
    [all...]
lower_ubo_reference.cpp 207 if (array_index->type != glsl_type::uint_type)
372 ir_variable *load_offset = new(mem_ctx) ir_variable(glsl_type::uint_type,
433 ir_variable(glsl_type::uint_type, "block_ref" , ir_var_function_in);
437 ir_variable(glsl_type::uint_type, "offset" , ir_var_function_in);
445 ir_variable(glsl_type::uint_type, "write_mask" , ir_var_function_in);
449 ir_variable(glsl_type::uint_type, "access" , ir_var_function_in);
478 ir_variable(glsl_type::uint_type, "block_ref" , ir_var_function_in);
482 ir_variable(glsl_type::uint_type, "offset_ref" , ir_var_function_in);
486 ir_variable(glsl_type::uint_type, "access" , ir_var_function_in);
576 new(mem_ctx) ir_variable(glsl_type::uint_type,
    [all...]
lower_shared_reference.cpp 156 ir_variable *load_offset = new(mem_ctx) ir_variable(glsl_type::uint_type,
217 ir_variable *store_offset = new(mem_ctx) ir_variable(glsl_type::uint_type,
272 ir_variable(glsl_type::uint_type, "offset" , ir_var_function_in);
280 ir_variable(glsl_type::uint_type, "write_mask" , ir_var_function_in);
307 ir_variable(glsl_type::uint_type, "offset_ref" , ir_var_function_in);
387 ir_variable(glsl_type::uint_type, "offset" , ir_var_function_in);
391 glsl_type::int_type : glsl_type::uint_type;
builtin_functions.cpp 1017 glsl_type::uint_type,
1027 glsl_type::uint_type,
1037 glsl_type::uint_type,
1047 glsl_type::uint_type,
1057 glsl_type::uint_type,
    [all...]
lower_vector_insert.cpp 112 expr->operands[2]->type == glsl_type::uint_type);
ir_validate.cpp 358 assert(ir->type == glsl_type::uint_type);
364 assert(ir->type == glsl_type::uint_type);
377 assert(ir->operands[0]->type == glsl_type::uint_type);
383 assert(ir->operands[0]->type == glsl_type::uint_type);
415 assert(ir->operands[0]->type == glsl_type::uint_type);
584 assert(ir->operands[0]->type == glsl_type::uint_type);
586 assert(ir->operands[1]->type == glsl_type::uint_type);
lower_vec_index_to_cond_assign.cpp 92 orig_index->type == glsl_type::uint_type);
ir_builder_print_visitor.cpp 99 if (ir->type == glsl_type::uint_type ||
351 if (ir->type == glsl_type::uint_type ||
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_gs_visitor.cpp 163 this->vertex_count = src_reg(this, glsl_type::uint_type);
174 this->control_data_bits = src_reg(this, glsl_type::uint_type);
334 src_reg dword_index(this, glsl_type::uint_type);
336 src_reg prev_count(this, glsl_type::uint_type);
358 src_reg per_slot_offset(this, glsl_type::uint_type);
372 src_reg channel(this, glsl_type::uint_type);
375 src_reg one(this, glsl_type::uint_type);
378 src_reg channel_mask(this, glsl_type::uint_type);
425 src_reg sid(this, glsl_type::uint_type);
429 src_reg shift_count(this, glsl_type::uint_type);
    [all...]
gen6_gs_visitor.cpp 65 glsl_type::uint_type,
68 this->vertex_output_offset = src_reg(this, glsl_type::uint_type);
82 this->temp = src_reg(this, glsl_type::uint_type);
90 this->first_vertex = src_reg(this, glsl_type::uint_type);
96 this->prim_count = src_reg(this, glsl_type::uint_type);
103 this->sol_prim_written = src_reg(this, glsl_type::uint_type);
235 src_reg offset(this, glsl_type::uint_type);
265 src_reg flags_offset(this, glsl_type::uint_type);
376 src_reg vertex(this, glsl_type::uint_type);
473 src_reg data(this, glsl_type::uint_type);
    [all...]
brw_vec4_visitor.cpp 803 dst_reg grf_offset = dst_reg(this, glsl_type::uint_type);
837 const src_reg chan_index(this, glsl_type::uint_type);
838 const dst_reg dst = retype(dst_reg(this, glsl_type::uint_type),
    [all...]
brw_vec4_nir.cpp 518 surf_index = src_reg(this, glsl_type::uint_type);
681 surf_index = src_reg(this, glsl_type::uint_type);
892 surf_index = src_reg(this, glsl_type::uint_type);
    [all...]
test_fs_cmod_propagation.cpp 169 fs_reg dest = v->vgrf(glsl_type::uint_type);
170 fs_reg src0 = v->vgrf(glsl_type::uint_type);
brw_fs_visitor.cpp 202 this->pixel_x = vgrf(glsl_type::uint_type);
203 this->pixel_y = vgrf(glsl_type::uint_type);
284 fs_reg int_pixel_x = vgrf(glsl_type::uint_type);
285 fs_reg int_pixel_y = vgrf(glsl_type::uint_type);
    [all...]
brw_fs_nir.cpp     [all...]
  /external/mesa3d/src/compiler/
nir_types.cpp 288 return glsl_type::uint_type;
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.h 65 UINT_TYPE = 268,

Completed in 521 milliseconds

1 2