HomeSort by relevance Sort by last modified time
    Searched defs:type_size (Results 1 - 20 of 20) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_reg_allocate.cpp 427 unsigned type_size = type_sz(inst->src[i].type); local
429 reg_type_size[inst->src[i].nr] = type_size;
430 else if (reg_type_size[inst->src[i].nr] != type_size)
465 unsigned type_size = type_sz(inst->dst.type); local
467 reg_type_size[inst->dst.nr] = type_size;
468 else if (reg_type_size[inst->dst.nr] != type_size)
brw_vec4_nir.cpp 940 unsigned type_size = type_sz(dest.type); local
    [all...]
brw_vec4.cpp 1948 const unsigned type_size = type_sz(src.type); local
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_lower_io.c 39 int (*type_size)(const struct glsl_type *type); member in struct:lower_io_state
46 int (*type_size)(const struct glsl_type *))
60 location += type_size(var->type);
90 int (*type_size)(const struct glsl_type *),
119 return nir_imm_int(b, type_size(glsl_vec4_type()) * slot_offset);
131 unsigned size = type_size(tail->type);
148 field_offset += type_size(glsl_get_struct_field(parent_type, i));
215 nir_intrinsic_set_range(load, state->type_size(var->type));
422 state->type_size, &component_offset);
485 int (*type_size)(const struct glsl_type *)
    [all...]
  /frameworks/av/services/camera/libcameraservice/utils/
TagMonitor.cpp 226 size_t type_size = camera_metadata_type_size[type]; local
239 k++, count--, index += type_size) {
  /external/piex/src/
tiff_parser.cc 493 const size_t type_size = SizeOfType(type, nullptr /* no error */); local
495 // Check that type_size * number_of_elements does not exceed UINT32_MAX.
496 if (type_size != 0 && number_of_elements > UINT32_MAX / type_size) {
500 type_size * static_cast<size_t>(number_of_elements);
  /external/mesa3d/src/mesa/main/
glformats.c 3409 int num_channels = 0, type_size = 0; local
    [all...]
dlist.c 1873 unsigned type_size; local
    [all...]
  /external/tensorflow/tensorflow/contrib/tensorrt/convert/
convert_nodes.cc 152 int type_size = tensorflow::DataTypeSize(this->type_); local
153 return this->count() * type_size;
    [all...]
  /system/media/camera/src/
camera_metadata.c 1099 size_t type_size = camera_metadata_type_size[entry->type]; local
1130 size_t type_size = camera_metadata_type_size[type]; local
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 501 type_size(const struct glsl_type *type) function
537 return type_size(type->fields.array) * type->length;
541 size += type_size(type->fields.structure[i].type);
556 assert(!"Invalid type in type_size");
577 next_temp += type_size(type);
638 assert((int) ir->get_num_state_slots() == type_size(ir->type));
643 this->next_temp += type_size(ir->type);
674 type_size(ir->type));
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
instr-a3xx.h 226 static inline uint32_t type_size(type_t type) function
  /hardware/ril/reference-ril/
reference-ril.c 685 int type_size = strlen(out) + 1; local
686 responses[i].type = alloca(type_size);
687 strlcpy(responses[i].type, out, type_size);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 1199 type_size(const struct glsl_type *type) function
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 3009 unsigned type_size; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 372 unsigned long type_size; member in struct:_PDB_TYPES_OLD
384 unsigned long type_size; member in struct:_PDB_TYPES
    [all...]
  /art/runtime/
class_linker.cc 7701 size_t type_size = Primitive::ComponentSize(type); local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.cpp 9367 const GLuint type_size = type.GetSize(true); local
12359 const GLuint type_size = type.GetSize(); local
12729 const GLuint type_size = type.GetSize(); local
19045 const GLuint type_size = type.GetSize(); local
22494 const GLint type_size = test_case.m_type.GetSize(); local
22760 const GLuint type_size = static_cast<GLuint>(vegeta_data.size()); local
22894 const GLuint type_size = type.GetSize(); local
22937 const GLuint type_size = type.GetSize(false); local
23002 const GLuint type_size = static_cast<GLuint>(vegeta_data.size()); local
24088 const GLuint type_size = static_cast<GLuint>(chichi_data.size()); local
24264 const GLuint type_size = test_case.m_type.GetSize(); local
25856 const GLuint type_size = static_cast<GLuint>(gohan_data.size()); local
26097 const GLuint type_size = type.GetSize(); local
26232 const GLuint type_size = static_cast<GLuint>(gohan_data.size()); local
26663 const GLuint type_size = static_cast<GLuint>(gohan_data.size()); local
27009 const GLuint type_size = static_cast<GLuint>(gohan_data.size()); local
    [all...]
gl4cGPUShaderFP64Tests.cpp 3499 static const glw::GLuint type_size = 2; \/* double takes 2 N *\/ local
    [all...]
  /external/valgrind/perf/
tinycc.c 11593 static int type_size(CType *type, int *a) function
    [all...]

Completed in 515 milliseconds