/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
D | util.cc | 264 case TensorStorageType::IMAGE_BUFFER: in GetGlobalAddressNoDeclarationWHS() 288 case TensorStorageType::IMAGE_BUFFER: in GetGlobalAddressNoDeclarationWHSB() 313 case TensorStorageType::IMAGE_BUFFER: in GetGlobalAddressNoDeclarationWHDS() 340 case TensorStorageType::IMAGE_BUFFER: in GetGlobalAddressNoDeclarationWHDSB() 367 case TensorStorageType::IMAGE_BUFFER: in DeclareAddress() 422 case TensorStorageType::IMAGE_BUFFER: in Read() 444 case TensorStorageType::IMAGE_BUFFER: in ReadAsFloat() 456 case TensorStorageType::IMAGE_BUFFER: in Write() 485 case TensorStorageType::IMAGE_BUFFER: in GetTensorDeclaration()
|
D | conv_texture.cc | 46 const bool is_buffer = src_tensor_type == TensorStorageType::IMAGE_BUFFER || in GenerateConvCode() 169 if (src_tensor_type == TensorStorageType::IMAGE_BUFFER) { in GenerateConvCode() 201 if (src_tensor_type == TensorStorageType::IMAGE_BUFFER) { in GenerateConvCode() 222 if (src_tensor_type == TensorStorageType::IMAGE_BUFFER) { in GenerateConvCode() 269 if (src_tensor_type == TensorStorageType::IMAGE_BUFFER) { in GenerateConvCode()
|
D | convolution_transposed_4x4.cc | 47 src_tensor_type == TensorStorageType::IMAGE_BUFFER; in GenerateConvolutionTransposedCode() 123 if (src_tensor_type == TensorStorageType::IMAGE_BUFFER) { in GenerateConvolutionTransposedCode() 157 if (src_tensor_type == TensorStorageType::IMAGE_BUFFER) { in GenerateConvolutionTransposedCode()
|
D | depth_wise_conv_3x3.cc | 47 src_tensor_type == TensorStorageType::IMAGE_BUFFER; in GenerateDepthWiseConvCode() 161 } else if (src_tensor_type == TensorStorageType::IMAGE_BUFFER) { in GenerateDepthWiseConvCode()
|
D | conv_3d.cc | 332 src_tensor_type == TensorStorageType::IMAGE_BUFFER; in GenerateConv3D() 581 if (!is1x1x1 && src_tensor_type == TensorStorageType::IMAGE_BUFFER) { in GenerateConv3D() 642 if (src_tensor_type == TensorStorageType::IMAGE_BUFFER) { in GenerateConv3D() 648 src_tensor_type == TensorStorageType::IMAGE_BUFFER) { in GenerateConv3D()
|
D | depth_wise_conv.cc | 91 src_tensor_type == TensorStorageType::IMAGE_BUFFER; in GenerateDepthWiseConvolutionCode()
|
D | depth_wise_conv_3d.cc | 101 src_tensor_type == TensorStorageType::IMAGE_BUFFER; in GenerateDepthWiseConvolution3DCode()
|
D | conv_constants.cc | 49 src_tensor_type == TensorStorageType::IMAGE_BUFFER; in GenerateConvolutionConstantCode()
|
D | convolution_transposed_3x3_thin.cc | 113 } else if (src_tensor_type == TensorStorageType::IMAGE_BUFFER) { in GenerateConvolutionTransposedCode()
|
D | conv_powervr.cc | 207 src_tensor_type == TensorStorageType::IMAGE_BUFFER; in GenerateConvPowerVR1x1() 398 if (src_tensor_type == TensorStorageType::IMAGE_BUFFER) { in GenerateConvPowerVR1x1()
|
D | convolution_transposed.cc | 46 bool image_buffer = src_tensor_type == TensorStorageType::IMAGE_BUFFER; in GenerateConvolutionTransposedCode()
|
D | pooling.cc | 44 op_def.src_tensors[0].storage_type == TensorStorageType::IMAGE_BUFFER; in GetAveragePoolingKernelCode()
|
D | convolution_transposed_3d.cc | 48 bool image_buffer = src_tensor_type == TensorStorageType::IMAGE_BUFFER; in GenerateConvolutionTransposed3DCode()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | tensor_type_util.cc | 24 case TensorStorageType::IMAGE_BUFFER: in ToObjectType() 41 case TensorStorageType::IMAGE_BUFFER: in ToDataLayout()
|
D | environment.cc | 190 TensorStorageType::TEXTURE_ARRAY, TensorStorageType::IMAGE_BUFFER, in GetSupportedStorages() 207 case TensorStorageType::IMAGE_BUFFER: in IsSupported() 232 return gpu.SupportsImageBuffer() ? TensorStorageType::IMAGE_BUFFER in GetFastestStorageType() 235 return gpu.SupportsImageBuffer() ? TensorStorageType::IMAGE_BUFFER in GetFastestStorageType()
|
D | tensor.cc | 64 if (descriptor.storage_type == TensorStorageType::IMAGE_BUFFER) { in CreateTensor() 148 case TensorStorageType::IMAGE_BUFFER: in GetFullTensorRegion() 213 case TensorStorageType::IMAGE_BUFFER: in GetMemorySizeInBytes() 226 return descriptor_.storage_type == TensorStorageType::IMAGE_BUFFER in GetMemoryPtr() 255 case TensorStorageType::IMAGE_BUFFER: in WriteDataBHWDC() 301 case TensorStorageType::IMAGE_BUFFER: in ReadDataBHWDC() 353 case TensorStorageType::IMAGE_BUFFER: in CanCreateTensorWithShape() 429 case TensorStorageType::IMAGE_BUFFER: { in AllocateTensorMemory()
|
D | tensor_type.cc | 36 case TensorStorageType::IMAGE_BUFFER: in ToString()
|
D | tensor_type.h | 32 IMAGE_BUFFER, enumerator
|
D | tensor_test.cc | 171 TensorTests(DataType::FLOAT32, TensorStorageType::IMAGE_BUFFER, &env_)); in TEST_F() 176 TensorTests(DataType::FLOAT16, TensorStorageType::IMAGE_BUFFER, &env_)); in TEST_F()
|
D | inference_context.cc | 126 TensorDescriptor{data_type, TensorStorageType::IMAGE_BUFFER, in SelectBestStorageType() 128 return TensorStorageType::IMAGE_BUFFER; in SelectBestStorageType() 162 case TensorStorageType::IMAGE_BUFFER: in SelectBestStorageType() 174 type == TensorStorageType::IMAGE_BUFFER; in IsBufferBased()
|
D | tensor.h | 114 case TensorStorageType::IMAGE_BUFFER: in GetLinearIndex()
|
D | api.cc | 337 if (tensor.StorageType() == TensorStorageType::IMAGE_BUFFER) { in TensorToObj() 604 preferred_storage_types = {TensorStorageType::IMAGE_BUFFER, in GetStorageType()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcExtTokens.cpp | 105 IMAGE_BUFFER = GL_IMAGE_BUFFER; in init() 232 IMAGE_BUFFER = GL_IMAGE_BUFFER_EXT; in init()
|
D | glcExtTokens.hpp | 107 glw::GLenum IMAGE_BUFFER; member
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferActiveUniformValidation.cpp | 172 else if (uniformType == m_glExtTokens.IMAGE_BUFFER) in getUniformTypeName() 649 addTextureParam(m_glExtTokens.IMAGE_BUFFER, GL_R32F, sizeof(glw::GLfloat), "image_buffer", params); in configureParams()
|