Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/amberscript/
Dparser.h45 Result ToBufferType(const std::string& str, BufferType* type);
Dparser.cc651 Result Parser::ToBufferType(const std::string& name, BufferType* type) { in ToBufferType() function in amber::amberscript::Parser
710 Result r = ToBufferType(token->AsString(), &type); in ParsePipelineBind()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Dobject_accessor.cc297 std::string ToBufferType(DataType data_type) { in ToBufferType() function
487 object.binding, " { ", ToBufferType(object.data_type), in GenerateObjectDeclaration()