Home
last modified time | relevance | path

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

/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
DWebSocketWriter.java237 long emitCount = buffer.completeSegmentByteCount(); in write() local
238 if (emitCount > 0) { in write()
240 writeMessageFrameSynchronized(formatOpcode, emitCount, isFirstFrame, false /* final */); in write()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp335 const deInt32 emitCount[4] = { 6, 0, m_maxEmitCount, 10 }; in bindDescriptorSets() local
336 …const VkBufferCreateInfo bufferCreateInfo = makeBufferCreateInfo(sizeof(emitCount), VK_BUFFER_USAG… in bindDescriptorSets()
342 deMemcpy(m_allocation->getHostPtr(), &emitCount[0], sizeof(emitCount)); in bindDescriptorSets()
345 …ptorBufferInfo bufferDescriptorInfo = makeDescriptorBufferInfo(*m_buffer, 0ull, sizeof(emitCount)); in bindDescriptorSets()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp845 const int emitCount = m_spec.pattern[packets[packetNdx].primitiveIDIn]; in shadePrimitives() local
847 for (int ndx = 0; ndx < emitCount / 2; ++ndx) in shadePrimitives()
1280 int emitCount = 0; in shadePrimitives() local
1285 emitCount = (int)vertex->outputs[0].get<float>()[(m_instanced) ? (invocationID) : (0)]; in shadePrimitives()
1286 …color = tcu::Vec4((emitCount < 10) ? (0.0f) : (1.0f), (emitCount > 10) ? (0.0f) : (1.0f), 1.0f, 1.… in shadePrimitives()
1295 emitCount = m_emitCount.value.i4[primitiveNdx]; in shadePrimitives()
1308 emitCount = 0; in shadePrimitives()
1311 emitCount += (EMIT_COUNT_VERTEX_0 == -1) ? (m_maxEmitCount) : (EMIT_COUNT_VERTEX_0); in shadePrimitives()
1313 emitCount += (EMIT_COUNT_VERTEX_1 == -1) ? (m_maxEmitCount) : (EMIT_COUNT_VERTEX_1); in shadePrimitives()
1315 emitCount += (EMIT_COUNT_VERTEX_2 == -1) ? (m_maxEmitCount) : (EMIT_COUNT_VERTEX_2); in shadePrimitives()
[all …]