HomeSort by relevance Sort by last modified time
    Searched defs:GetFunction (Results 1 - 20 of 20) sorted by null

  /external/deqp-deps/SPIRV-Tools/test/opt/
function_utils.h 23 inline spvtools::opt::Function* GetFunction(spvtools::opt::Module* module,
33 inline const spvtools::opt::Function* GetFunction(
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/
function_utils.h 23 inline spvtools::opt::Function* GetFunction(spvtools::opt::Module* module,
33 inline const spvtools::opt::Function* GetFunction(
  /external/swiftshader/src/D3D8/
Direct3DPixelShader8.cpp 67 void Direct3DPixelShader8::GetFunction(void *data, unsigned int *size)
  /external/swiftshader/src/D3D9/
Direct3DPixelShader9.cpp 94 long Direct3DPixelShader9::GetFunction(void *data, unsigned int *size)
Direct3DVertexShader9.cpp 94 long Direct3DVertexShader9::GetFunction(void *data, unsigned int *size)
  /art/libartbase/base/
transform_iterator.h 66 : data_(other.base(), other.GetFunction()) {
96 return GetFunction()(*base());
104 return GetFunction()(base()[n]);
112 return TransformIterator(base() + n, GetFunction());
120 return TransformIterator(base() - n, GetFunction());
137 const Function& GetFunction() const {
transform_array_ref.h 76 : TransformArrayRef(other.base(), other.GetFunction()) { }
85 return *this = TransformArrayRef(other.base(), other.GetFunction());
111 reference operator[](size_type n) { return GetFunction()(base()[n]); }
112 const_reference operator[](size_type n) const { return GetFunction()(base()[n]); }
114 reference front() { return GetFunction()(base().front()); }
115 const_reference front() const { return GetFunction()(base().front()); }
117 reference back() { return GetFunction()(base().back()); }
118 const_reference back() const { return GetFunction()(base().back()); }
121 return TransformArrayRef(base().subarray(pos), GetFunction());
124 return TransformArrayRef(base().subarray(pos), GetFunction());
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
loop_utils.h 162 Function* GetFunction() const { return &function_; }
ir_context.h 488 Function* GetFunction(uint32_t id) {
496 Function* GetFunction(Instruction* inst) {
500 return GetFunction(inst->result_id());
675 // built on-demand when GetFunction() is called.
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
loop_utils.h 162 Function* GetFunction() const { return &function_; }
ir_context.h 492 Function* GetFunction(uint32_t id) {
500 Function* GetFunction(Instruction* inst) {
504 return GetFunction(inst->result_id());
693 // built on-demand when GetFunction() is called.
    [all...]
  /external/v8/src/debug/
debug-frames.h 25 Handle<JSFunction> GetFunction() const { return function_; }
debug-stack-trace-iterator.cc 82 frame_inspector_->GetFunction()->shared()->kind() == kArrowFunction) {
86 Handle<JSFunction> function = frame_inspector_->GetFunction();
148 v8::Local<v8::Function> DebugStackTraceIterator::GetFunction() const {
151 return Utils::ToLocal(frame_inspector_->GetFunction());
  /external/rmi4utils/rmidevice/
rmidevice.cpp 85 if (GetFunction(f01, 1)) {
218 if (!GetFunction(f01, 1))
233 bool RMIDevice::GetFunction(RMIFunction &func, int functionNumber)
312 if (GetFunction(f01, 0x01)) {
  /external/tensorflow/tensorflow/core/grappler/optimizers/data/
map_vectorization_test.cc 181 const FunctionDef* GetFunction(const GraphDef& graph,
215 GetFunction(output, functions_list.func(0).name());
221 GetFunction(output, functions_list.func(1).name());
231 const FunctionDef* function = GetFunction(output, function_name);
384 GetFunction(output, functions_list.func(0).name());
390 GetFunction(output, functions_list.func(1).name());
  /external/v8/src/
messages.cc 323 Handle<Object> JSStackFrame::GetFunction() const {
661 Handle<Object> WasmStackFrame::GetFunction() const {
746 Handle<Object> AsmJsWasmStackFrame::GetFunction() const {
    [all...]
api.cc     [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 410 uint32_t Assembler::GetFunction(Instr instr) {
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 431 uint32_t Assembler::GetFunction(Instr instr) {
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 315 virtual HRESULT WINAPI GetFunction(void *pData, UINT *pSizeOfData) = 0;
387 virtual HRESULT WINAPI GetFunction(void *pData, UINT *pSizeOfData) = 0;
    [all...]

Completed in 3613 milliseconds