Home
last modified time | relevance | path

Searched refs:NUM_ELEMENTS (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp161 NUM_ELEMENTS = 32 enumerator
215 T inout[NUM_ELEMENTS / 2];
216 T input[NUM_ELEMENTS];
217 T compare[NUM_ELEMENTS];
218 T output[NUM_ELEMENTS];
237 for (int i = 0; i < NUM_ELEMENTS / 2; i++) in fillWithTestData()
244 m_ptr->compare[i + NUM_ELEMENTS / 2] = m_ptr->inout[i] + 1 - (i % 2); in fillWithTestData()
246 for (int i = 0; i < NUM_ELEMENTS; i++) in fillWithTestData()
333 for (int elementNdx = 0; elementNdx < NUM_ELEMENTS / 2; elementNdx++) in checkOperation()
338 const T input1 = *reinterpret_cast<const T*>(&original.input[elementNdx + NUM_ELEMENTS / 2]); in checkOperation()
[all …]
/external/swiftshader/third_party/subzero/crosstest/
Dvectors.h60 #define DECLARE_VECTOR_TYPE(LABEL, TY, ELTTY, CASTTY, NUM_ELEMENTS) \ argument
68 const size_t Vectors<LABEL>::NumElements = NUM_ELEMENTS; \
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp397 #define NUM_ELEMENTS(A) (sizeof(A) / sizeof(A[0])) macro
460 int op = NUM_ELEMENTS(unop) - 1; in eval()
485 for (op = NUM_ELEMENTS(binop) - 1; op >= 0; op--) { in eval()