Home
last modified time | relevance | path

Searched refs:OPENGL_SSBO (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dconverter.cc99 output.object_type == ObjectType::OPENGL_SSBO && in IsSupported()
102 input.object_type == ObjectType::OPENGL_SSBO && in IsSupported()
187 input.object_type == ObjectType::OPENGL_SSBO && in IsSupported()
190 output.object_type == ObjectType::OPENGL_SSBO && in IsSupported()
276 return input.object_type == ObjectType::OPENGL_SSBO && in IsSupported()
311 output.object_type == ObjectType::OPENGL_SSBO) || in IsSupported()
313 input.object_type == ObjectType::OPENGL_SSBO)); in IsSupported()
Dconverter_test.cc74 input_def.object_def.object_type = ObjectType::OPENGL_SSBO; in RunFromTensorTest()
131 input_def.object_def.object_type = ObjectType::OPENGL_SSBO; in RunToTensorTest()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dgl_interop.h149 ((input.object_type == ObjectType::OPENGL_SSBO && in IsSupported()
152 output.object_type == ObjectType::OPENGL_SSBO)); in IsSupported()
Dgpu_api_delegate.cc243 def.object_def.object_type = ObjectType::OPENGL_SSBO; in BindGlBufferToTensor()
Dapi.cc308 def.external_def.object_def.object_type != ObjectType::OPENGL_SSBO) { in IsSupported()
796 return t == ObjectType::OPENGL_SSBO || t == ObjectType::OPENGL_TEXTURE; in HasGlObjects()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dapi2.cc61 if (def.object_def.object_type != gpu::ObjectType::OPENGL_SSBO) { in MaybeAllocateGlBuffer()
148 gpu::ObjectType::OPENGL_SSBO) { in SetExternalObject()
229 case gpu::ObjectType::OPENGL_SSBO: { in MaybeAllocateInternalObject()
252 case gpu::ObjectType::OPENGL_SSBO: { in MaybeAllocateExternalObject()
329 gpu::ObjectType::OPENGL_SSBO; in MakeOuterInnerDefs()
343 gpu::ObjectType::OPENGL_SSBO; in MakeOuterInnerDefs()
623 external_def.object_def.object_type = gpu::ObjectType::OPENGL_SSBO; in LinkTensors()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dapi.cc24 ObjectType operator()(OpenGlBuffer) const { return ObjectType::OPENGL_SSBO; } in operator ()()
84 case ObjectType::OPENGL_SSBO: in IsObjectPresent()
Dapi.h74 OPENGL_SSBO, enumerator