Home
last modified time | relevance | path

Searched defs:first_index (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dmatmul_op.cc60 int first_index = transpose_a_ ? 0 : 1; in Compile() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionCuda.h129 const Index first_index = blockIdx.x * BlockSize * NumPerThread + threadIdx.x; in FullReductionKernel() local
223 const Index first_index = blockIdx.x * BlockSize * NumPerThread + 2*threadIdx.x; in FullReductionKernelHalfFloat() local
/external/v8/src/interpreter/
Dbytecode-register-optimizer.cc441 int first_index = reg_list.first_register().index(); in RegisterListAllocateEvent() local
450 int first_index = reg_list.first_register().index(); in RegisterListFreeEvent() local
/external/perf_data_converter/src/quipper/
Dhuge_page_deducer.cc64 MMapRange(int first_index, int last_index) in MMapRange()
/external/skia/src/shaders/gradients/
DSk4fGradientBase.cpp191 const int first_index = reverse ? count - 1 : 0; in init() local
/external/skqp/src/shaders/gradients/
DSk4fGradientBase.cpp191 const int first_index = reverse ? count - 1 : 0; in init() local
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc78 MemOperand MemoryOperand(AddressingMode* mode, size_t* first_index) { in MemoryOperand()
103 size_t first_index = 0) { in MemoryOperand()
356 size_t first_index = 1; in AssembleBinOp() local
380 size_t first_index = 1; in AssembleBinOp() local
407 size_t first_index = 1; in AssembleBinOp() local
433 size_t first_index = 1; in AssembleBinOp() local
/external/mesa3d/src/compiler/glsl/
Dlink_uniform_blocks.cpp230 unsigned first_index) in process_block_array()
/external/vulkan-validation-layers/demos/smoke/
DMeshes.cpp392 uint32_t first_index = 0; in Meshes() local
/external/v8/src/compiler/
Dgraph-visualizer.cc456 int first_index = instruction_block->first_instruction_index(); in PrintSchedule() local
/external/sfntly/cpp/src/sfntly/table/core/
Dos2_table.cc502 void OS2Table::Builder::SetUsFirstCharIndex(int32_t first_index) { in SetUsFirstCharIndex()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc65 Operand InputOperand2(size_t first_index) { in InputOperand2()
97 MemOperand InputOffset(size_t* first_index) { in InputOffset()
126 MemOperand InputOffset(size_t first_index = 0) { in InputOffset()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc84 MemOperand MemoryOperand(AddressingMode* mode, size_t* first_index) { in MemoryOperand()
101 MemOperand MemoryOperand(AddressingMode* mode, size_t first_index = 0) { in MemoryOperand()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc162 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand()
190 MemOperand MemoryOperand(size_t first_index = 0) { in MemoryOperand()
/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c370 unsigned short first_index; member
382 unsigned long first_index; member
/external/v8/src/ic/
Dic.cc882 Handle<FixedArray> array, int first_index) { in InitPrototypeChecks()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc110 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand()
/external/deqp/external/openglcts/modules/gles31/
Des31cComputeShaderTests.cpp3789 GLuint first_index[4]; in Run() member
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc110 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand()
/external/deqp/external/openglcts/modules/gl/
Dgl4cComputeShaderTests.cpp4125 GLuint first_index[4]; in Run() member
/external/v8/src/crankshaft/
Dhydrogen.cc12821 int first_index = current->first_instruction_index(); in Trace() local
12868 int first_index = current->first_instruction_index(); in Trace() local
/external/v8/src/
Dobjects.cc9785 int first_index = array->last_used_index(); in Add() local
9864 int first_index = last_used_index(); in Remove() local