Home
last modified time | relevance | path

Searched refs:type2 (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dralloc.h496 #define gc_alloc_zla(ctx, type, type2, count) \ argument
497 gc_alloc_size(ctx, sizeof(type) + sizeof(type2) * (count), MAX2(alignof(type), alignof(type2)))
498 #define gc_zalloc_zla(ctx, type, type2, count) \ argument
499 gc_zalloc_size(ctx, sizeof(type) + sizeof(type2) * (count), MAX2(alignof(type), alignof(type2)))
Dmacros.h77 # define __builtin_types_compatible_p(type1, type2) (1) argument
/hardware/interfaces/automotive/vehicle/tools/
Dtranslate_vehicle_props.py117 type2 = match.group(4)
121 self.enumMap[type2], type1, type3, type2))
/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsScriptTests.cpp254 Type type2 = context->typeCreate(element, 1, 0, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
255 ASSERT_NE(Type(0), type2); in TEST_P()
267 Allocation vaout = context->allocationCreateTyped(type2, AllocationMipmapControl::NONE, in TEST_P()
364 Type type2 = context->typeCreate(element2, 256, 256, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
365 ASSERT_NE(Type(0), type2); in TEST_P()
367 Allocation allocation2 = context->allocationCreateTyped(type2, AllocationMipmapControl::NONE, in TEST_P()
397 hidl_vec<Type> types = {type2}; in TEST_P()
DVtsMiscellaneousTests.cpp63 Type type2 = context->allocationGetType(allocation); in TEST_P() local
64 EXPECT_EQ(type, type2); in TEST_P()
/hardware/google/gfxstream/guest/mesa/
Dmeson.build990 '/wd4244', # conversion from 'type1' to 'type2', possible loss of data
992 '/wd4305', # truncation from 'type1' to 'type2'