HomeSort by relevance Sort by last modified time
    Searched refs:deUint16 (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/deqp/framework/delibs/debase/
deFloat16.h 30 typedef deUint16 deFloat16;
deInt32.h 435 DE_INLINE int deUint16Hash (deUint16 v) { return deInt32Hash((deInt32)v); }
440 DE_INLINE deBool deUint16Equal (deUint16 a, deUint16 b) { return (a == b); }
deDefs.c 29 DE_STATIC_ASSERT(sizeof(deUint16) == 2);
  /external/deqp/framework/delibs/decpp/
deThreadSafeRingBuffer.cpp 42 Message (deUint16 threadId, deUint16 payload)
52 deUint16 getThreadId (void) const { return data >> 16; }
53 deUint16 getPayload (void) const { return data & 0xffff; }
72 deUint16 threadId = msg.getThreadId();
85 deUint32 getPayloadSum (deUint16 threadId) const
92 vector<deUint16> m_lastPayload;
99 Producer (ThreadSafeRingBuffer<Message>& buffer, deUint16 threadId, int dataSize)
112 m_buffer.pushFront(Message(m_threadId, (deUint16)ndx));
117 deUint16 m_threadId
    [all...]
deBlockBuffer.cpp 43 Message (deUint16 threadId, deUint16 payload)
53 deUint16 getThreadId (void) const { return data >> 16; }
54 deUint16 getPayload (void) const { return data & 0xffff; }
84 deUint16 threadId = msg.getThreadId();
111 deUint32 getPayloadSum (deUint16 threadId) const
118 vector<deUint16> m_lastPayload;
125 Producer (MessageBuffer& buffer, deUint16 threadId, int numMessages)
145 tmpBuf[ndx] = Message(m_threadId, (deUint16)msgNdx++);
155 deUint16 m_threadId
    [all...]
deRandom.hpp 54 deUint16 getUint16 (void) { return (deUint16)deRandom_getUint32(&m_rnd); }
  /external/deqp/modules/gles3/functional/
es3fShaderPackingFunctionTests.cpp 209 const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1);
210 const deUint16 ref1 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1);
213 const deUint16 res0 = (deUint16)(res & 0xffff);
214 const deUint16 res1 = (deUint16)(res >> 16);
297 const deInt16 in0 = (deInt16)(deUint16)(inputs[valNdx] & 0xffff);
298 const deInt16 in1 = (deInt16)(deUint16)(inputs[valNdx] >> 16)
    [all...]
es3fShaderBuiltinVarTests.cpp 335 const deUint16 indices[] = { 0, 1, 2, 2, 1, 3 };
432 const deUint16 indices[] = { 0, 1, 2, 2, 1, 3 };
650 const deUint16 indicesCCW[] = { 0, 1, 2, 2, 1, 3 };
651 const deUint16 indicesCW[] = { 2, 1, 0, 3, 1, 2 };
708 void renderReference (const tcu::PixelBufferAccess& dst, const int numVertices, const deUint16* const indices, const tcu::Vec4* const positions, const tcu::Vec4* const colors);
932 void VertexIDCase::renderReference (const tcu::PixelBufferAccess& dst, const int numVertices, const deUint16* const indices, const tcu::Vec4* const positions, const tcu::Vec4* const colors)
1000 vector<deUint16> indices (m_positions.size());
1010 indices[ndx] = (deUint16)ndx;
1017 vector<deUint16> indices (m_positions.size());
1022 indices[ndx] = (deUint16)ndx
    [all...]
es3fASTCDecompressionCases.cpp 258 DE_STATIC_ASSERT((isSameType<deFloat16, deUint16>::V));
260 deUint16 r;
261 deUint16 g;
262 deUint16 b;
263 deUint16 a;
266 VoidExtentParams (bool isHDR_, deUint16 r_, deUint16 g_, deUint16 b_, deUint16 a_) : isHDR(isHDR_), r(r_), g(g_), b(b_), a(a_) {}
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 213 const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1);
214 const deUint16 ref1 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1);
217 const deUint16 res0 = (deUint16)(res & 0xffff);
218 const deUint16 res1 = (deUint16)(res >> 16);
301 const deInt16 in0 = (deInt16)(deUint16)(inputs[valNdx] & 0xffff);
302 const deInt16 in1 = (deInt16)(deUint16)(inputs[valNdx] >> 16)
    [all...]
es31fAdvancedBlendTests.cpp 381 vector<deUint16> indices (numQuads*6);
382 const deUint16 singleQuadIndices[] = { 0, 2, 1, 1, 2, 3 };
397 indices[quadNdx*6 + ndx] = (deUint16)(quadNdx*4 + singleQuadIndices[ndx]);
433 gl.drawElements(GL_TRIANGLES, 6*(numQuads-1), GL_UNSIGNED_SHORT, (const void*)(deUintptr)(6*sizeof(deUint16)));
439 gl.drawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, (const void*)(deUintptr)(quadNdx*6*sizeof(deUint16)));
  /external/deqp/framework/common/
tcuImageIO.cpp 213 static inline deUint16 readBigEndianShort (tcu::Resource* resource)
215 deUint16 val;
240 deUint16 type = readBigEndianShort(resource.get());
244 deUint16 width = readBigEndianShort(resource.get());
245 deUint16 height = readBigEndianShort(resource.get());
246 deUint16 activeWidth = readBigEndianShort(resource.get());
247 deUint16 activeHeight = readBigEndianShort(resource.get());
tcuRandomValueIterator.hpp 49 template <> inline deUint16 getRandomValue<deUint16> (de::Random& rnd) { return (deUint16)rnd.getUint32(); }
  /external/deqp/framework/opengl/wrapper/
glwTypes.inl 53 typedef deUint16 GLushort;
58 typedef deUint16 GLhalf;
  /external/deqp/framework/opengl/simplereference/
sglrContextUtil.cpp 62 const deUint16 indices[] = { 0, 1, 2, 2, 1, 3 };
102 ctx.bufferData(GL_ELEMENT_ARRAY_BUFFER, DE_LENGTH_OF_ARRAY(indices)*sizeof(deUint16), &indices[0], GL_STATIC_DRAW);
132 const deUint16 indices[] = { 0, 1, 2, 2, 1, 3 };
  /external/deqp/framework/opengl/
gluDrawUtil.hpp 217 inline PrimitiveList NAME (int numElements, const deUint16* indices) \
262 DECLARE_VA_CTOR(Uint16, deUint16, VTX_COMP_UNSIGNED_INT16, VTX_COMP_CONVERT_NONE);
270 DECLARE_VA_CTOR(Unorm16, deUint16, VTX_COMP_UNSIGNED_INT16, VTX_COMP_CONVERT_NORMALIZE_TO_FLOAT);
278 DECLARE_VA_CTOR(Uint16Float, deUint16, VTX_COMP_UNSIGNED_INT16, VTX_COMP_CONVERT_CAST_TO_FLOAT);
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 339 static void computeIndices (vector<deUint16>& indices, int gridSizeX, int gridSizeY)
352 indices[quadNdx*6 + 0] = (deUint16)v10;
353 indices[quadNdx*6 + 1] = (deUint16)v00;
354 indices[quadNdx*6 + 2] = (deUint16)v01;
356 indices[quadNdx*6 + 3] = (deUint16)v10;
357 indices[quadNdx*6 + 4] = (deUint16)v01;
358 indices[quadNdx*6 + 5] = (deUint16)v11;
421 vector<deUint16> indices;
  /external/deqp/modules/internal/
ditBuildInfoTests.cpp 154 const deUint16 multiByte = (deUint16)0x0102;
  /external/deqp/framework/referencerenderer/
rrRenderer.hpp 77 DrawIndices (const deUint16*, int baseVertex = 0);
rrVertexAttrib.cpp 117 deUint16 aligned[4];
118 deMemcpy(aligned, ptr, size * sizeof(deUint16));
286 case VERTEXATTRIBTYPE_NONPURE_UNORM16: readUnorm<deUint16> (dst, size, ptr); break;
298 case VERTEXATTRIBTYPE_NONPURE_UINT16: read<deUint16> (dst, size, ptr); break;
374 case VERTEXATTRIBTYPE_PURE_UINT16: read<deUint16> (dst, size, ptr); break;
  /external/deqp/modules/glshared/
glsRandomShaderCase.hpp 104 std::vector<deUint16> m_indices;
glsStateChangePerfTestCases.hpp 102 std::vector<deUint16> m_indices;
glsShaderPerformanceMeasurer.cpp 72 static inline deUint16 getVtxIndex (int x, int y, int gridSizeX)
74 return (deUint16)(y*(gridSizeX+1) + x);
98 static void generateIndices (std::vector<deUint16>& dst, int gridSizeX, int gridSizeY)
183 std::vector<deUint16> indices;
188 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, (GLsizeiptr)(indices.size()*sizeof(deUint16)), &indices[0], GL_STATIC_DRAW);
glsBufferTestUtil.cpp 499 static void computeIndices (vector<deUint16>& indices, int gridSizeX, int gridSizeY)
512 indices[quadNdx*6 + 0] = (deUint16)v10;
513 indices[quadNdx*6 + 1] = (deUint16)v00;
514 indices[quadNdx*6 + 2] = (deUint16)v01;
516 indices[quadNdx*6 + 3] = (deUint16)v10;
517 indices[quadNdx*6 + 4] = (deUint16)v01;
518 indices[quadNdx*6 + 5] = (deUint16)v11;
581 vector<deUint16> indices;
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 235 static const deUint16 indices[] = { 0, 1, 2, 2, 1, 3 };
294 float minF16 = tcu::Float16((deUint16)((0u<<15) | (0x1cu<<10) | 0x0u)).asFloat();
295 float maxF16 = tcu::Float16((deUint16)((1u<<15) | (0x1cu<<10) | 0x0u)).asFloat();

Completed in 1241 milliseconds

1 2 3