HomeSort by relevance Sort by last modified time
    Searched refs:emitCount (Results 1 - 3 of 3) sorted by null

  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
WebSocketWriter.java 237 long emitCount = buffer.completeSegmentByteCount();
238 if (emitCount > 0) {
240 writeMessageFrameSynchronized(formatOpcode, emitCount, isFirstFrame, false /* final */);
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicGeometryShaderTests.cpp 335 const deInt32 emitCount[4] = { 6, 0, m_maxEmitCount, 10 };
336 const VkBufferCreateInfo bufferCreateInfo = makeBufferCreateInfo(sizeof(emitCount), VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT);
342 deMemcpy(m_allocation->getHostPtr(), &emitCount[0], sizeof(emitCount));
345 const VkDescriptorBufferInfo bufferDescriptorInfo = makeDescriptorBufferInfo(*m_buffer, 0ull, sizeof(emitCount));
611 src << " highp int emitCount = (gl_PrimitiveIDIn == 0) ? (" << m_pattern[0] << ") : (" << m_pattern[1] << ");\n";
613 src << " highp int emitCount = " << m_pattern[0] << ";\n";
614 src << " for (highp int ndx = 0; ndx < emitCount / 2; ndx++)\n"
725 << " mediump int emitCount = int(attrEmitCounts[" << ((instanced) ? ("gl_InvocationID") : ("0")) << "]);\n"
726 << " highp vec4 color = vec4((emitCount < 10) ? (0.0) : (1.0), (emitCount > 10) ? (0.0) : (1.0), 1.0, 1.0);\n
    [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 845 const int emitCount = m_spec.pattern[packets[packetNdx].primitiveIDIn];
847 for (int ndx = 0; ndx < emitCount / 2; ++ndx)
879 str << " highp int emitCount = ";
886 str << " for (highp int ndx = 0; ndx < emitCount / 2; ndx++)\n"
    [all...]

Completed in 260 milliseconds