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

  /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/glsl/
glsl_types.cpp 314 return uint_type;
338 return uint_type;
409 return uint_type + (rows - 1);
builtin_types.h 261 const glsl_type *const glsl_type::uint_type = & builtin_130_types[0]; member in class:glsl_type
glsl_types.h 158 static const glsl_type *const uint_type; member in struct:glsl_type
lower_clip_distance.cpp 135 assert (old_index->type == glsl_type::uint_type);
lower_ubo_reference.cpp 171 ir_variable *load_offset = new(mem_ctx) ir_variable(glsl_type::uint_type,
ir_validate.cpp 428 assert(ir->operands[0]->type == glsl_type::uint_type);
430 assert(ir->operands[1]->type == glsl_type::uint_type);
ir.cpp 555 this->type = glsl_type::uint_type;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp     [all...]

Completed in 75 milliseconds