Home
last modified time | relevance | path

Searched defs:channelClass (Results 1 – 24 of 24) sorted by relevance

/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
DAsyncServer.java109 Class<? extends ServerChannel> channelClass = (Class<? extends ServerChannel>) in newServer() local
132 Class<? extends ServerChannel> channelClass = (Class<? extends ServerChannel>) in newServer() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedFormatsTests.cpp90 std::string ChannelClassToImageType (tcu::TextureChannelClass channelClass) in ChannelClassToImageType()
100 std::string ChannelClassToVecType (tcu::TextureChannelClass channelClass) in ChannelClassToVecType()
110 std::string ChannelClassToDefaultVecValue (tcu::TextureChannelClass channelClass) in ChannelClassToDefaultVecValue()
DvktImageMismatchedWriteOpTests.cpp468 TextureFormat makeBufferFormat (tcu::TextureChannelClass channelClass, bool doubled) in makeBufferFormat()
699 const auto channelClass = tcu::getTextureChannelClass(mapVkFormat(m_params->vkFormat).type); in clear() local
719 const auto channelClass = tcu::getTextureChannelClass(texFormat.type); in populate() local
807 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(texFormat.type); in compare() local
DvktImageTestsUtil.cpp783 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(textureFormat.type); in getGlslAttachmentType() local
807 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(textureFormat.type); in getGlslInputAttachmentType() local
DvktImageMutableTests.cpp790 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(image.getFormat().type); in generateExpectedImage() local
/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/
DTransportBenchmark.java121 Class<? extends Channel> channelClass = (Class<? extends Channel>) in setUp() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.hpp168 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(m_colorFormat.type); in ColorFragmentShader() local
218 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(m_colorFormat.type); in ColorFragmentShaderDualSource() local
DvktPipelineRenderToImageTests.cpp662 …const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(outputImage.getFormat().… in generateExpectedImage() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp432 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in clearAttachments() local
738 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in verify() local
1062 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterate() local
1092 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterate() local
1808 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in verify() local
2402 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in init() local
DvktRenderPassSparseRenderTargetTests.cpp496 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterateInternal() local
597 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(texFormat.type)); in init() local
DvktRenderPassMultisampleTests.cpp1552 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterateInternal() local
1728 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in init() local
DvktRenderPassTests.cpp1003 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in clearColorToString() local
1094 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in randomColorClearValue() local
3020 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in clearValueToPixelValue() local
3902 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in getInputAttachmentType() local
3926 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in getAttachmentType() local
/external/deqp/framework/common/
DtcuTextureUtil.cpp1717 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorFloat() local
1753 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorInt() local
1782 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorUint() local
1811 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in sampleTextureBorder() local
DtcuTexCompareVerifier.cpp163 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in isFixedPointDepthTextureFormat() local
DtcuTexture.cpp1752 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in isFixedPointDepthTextureFormat() local
1790 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in lookupBorder() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp264 const TextureChannelClass channelClass = getTextureChannelClass(format.type); in comparePixelToDepthClearValue() local
343 const TextureChannelClass channelClass = getTextureChannelClass(format.type); in comparePixelToColorClearValue() local
2145 const TextureChannelClass channelClass = getTextureChannelClass(tcuFormat.type); in createImageClearingTestsCommon() local
2332 const TextureChannelClass channelClass = getTextureChannelClass(tcuFormat.type); in createImageClearingTestsCommon() local
DvktApiCopiesAndBlittingTests.cpp495 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(buffer.getFormat().type); in generateBuffer() local
2900 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in getFloatOrFixedPointFormatThreshold() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp78 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(tcuFormat.type); in getPrecision() local
/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp1366 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in getComponentType() local
Des31fCopyImageTests.cpp225 …const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(glu::mapGLInternalFormat… in isFixedPointFormat() local
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp767 ChannelAccess::ChannelAccess (tcu::TextureChannelClass channelClass, in ChannelAccess()
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp1006 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(channelType); in findPrimitiveMinimumResolvableDifference() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3716 static VkBorderColor mapBorderColor (tcu::TextureChannelClass channelClass, const rr::GenericVec4& … in mapBorderColor()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp352 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in clearPixelBuffer() local