Home
last modified time | relevance | path

Searched defs:ARR (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/tests/
Dsampler_types_test.cpp40 #define T(TYPE, DIM, DATA_TYPE, ARR, SHAD, COMPS) \ argument
/third_party/nghttp2/tests/
Dnghttp2_test_helper.h41 #define ARRLEN(ARR) (sizeof(ARR) / sizeof(ARR[0])) argument
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeDefs.hpp174 #define DE_ARRAY_BEGIN(ARR) (&(ARR)[0]) argument
177 #define DE_ARRAY_END(ARR) (DE_ARRAY_BEGIN(ARR) + DE_LENGTH_OF_ARRAY(ARR)) argument
/third_party/mesa3d/src/mesa/state_tracker/tests/
Dst_tests_common.h43 struct ARR {}; struct
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.hpp62 #define GLS_ARRAY_RANGE(ARR) { DE_ARRAY_BEGIN(ARR), DE_ARRAY_END(ARR) } argument
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp1029 #define ITER(ARR) { ARR, DE_LENGTH_OF_ARRAY(ARR) } in iterate() argument
Des3fUniformApiTests.cpp1096 #define ARRAY_CHOICE(ARR) ((ARR)[rnd.getInt(0, DE_LENGTH_OF_ARRAY(ARR)-1)]) in randomFeatures() argument
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fUniformApiTests.cpp926 #define ARRAY_CHOICE(ARR) ((ARR)[rnd.getInt(0, DE_LENGTH_OF_ARRAY(ARR)-1)]) in randomFeatures() argument