HomeSort by relevance Sort by last modified time
    Searched refs:IDX (Results 1 - 24 of 24) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 30 #if IDX & LIGHT_TWOSIDE
63 #if IDX & LIGHT_TWOSIDE
78 #if IDX & LIGHT_TWOSIDE
92 #if IDX & LIGHT_MATERIAL
95 #if IDX & LIGHT_TWOSIDE
103 #if IDX & LIGHT_TWOSIDE
167 #if IDX & LIGHT_TWOSIDE
176 #if IDX & LIGHT_TWOSIDE
222 #if IDX & LIGHT_TWOSIDE
248 #if IDX & LIGHT_TWOSID
    [all...]
t_vb_light.c 298 #define IDX (0)
302 #define IDX (LIGHT_TWOSIDE)
306 #define IDX (LIGHT_MATERIAL)
310 #define IDX (LIGHT_TWOSIDE|LIGHT_MATERIAL)
335 GLuint idx; local
367 idx = 0;
370 idx |= LIGHT_MATERIAL;
373 idx |= LIGHT_TWOSIDE;
378 store->light_func_tab[idx]( ctx, VB, stage, input );
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_verts.c 87 #define IDX 0
94 #define IDX 1
101 #define IDX 2
109 #define IDX 3
117 #define IDX 4
125 #define IDX 5
134 #define IDX 6
143 #define IDX 7
153 #define IDX 8
162 #define IDX
    [all...]
radeon_maos_vbtmp.h 292 setup_tab[IDX].emit = TAG(emit);
293 setup_tab[IDX].vertex_format = IND;
294 setup_tab[IDX].vertex_size = sz;
300 #undef IDX
radeon_state_init.c 423 int i = atom->idx, j;
460 int i = atom->idx;
519 #define ALLOC_STATE_IDX( ATOM, CHK, SZ, NM, FLAG, IDX ) \
528 rmesa->hw.ATOM.idx = IDX; \
    [all...]
  /external/skia/bench/
VertBench.cpp 29 IDX = ROW * COL * 6,
34 uint16_t fIdx[IDX];
36 static void load_2_tris(uint16_t idx[], int x, int y, int rb) {
38 idx[0] = n; idx[1] = n + 1; idx[2] = rb + n + 1;
39 idx[3] = n; idx[4] = rb + n + 1; idx[5] = n + rb;
48 uint16_t* idx = fIdx local
    [all...]
  /external/skqp/bench/
VertBench.cpp 29 IDX = ROW * COL * 6,
34 uint16_t fIdx[IDX];
36 static void load_2_tris(uint16_t idx[], int x, int y, int rb) {
38 idx[0] = n; idx[1] = n + 1; idx[2] = rb + n + 1;
39 idx[3] = n; idx[4] = rb + n + 1; idx[5] = n + rb;
48 uint16_t* idx = fIdx local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/ntb/
ntb_test.sh 331 IDX=$1
335 write_file $MW_SIZE "$LOC/mw_trans$IDX"
337 INB_MW=$(read_file "$LOC/mw_trans$IDX")
341 write_file "$MW_DMA_ADDR:$(($MW_ALIGNED_SIZE))" "$REM/peer_mw_trans$IDX"
344 echo "MW $IDX size aligned to $MW_ALIGNED_SIZE"
362 IDX=$1
366 write_mw "$LOC/mw$IDX"
368 split_remote "$LOC/mw$IDX"
376 split_remote "$REM/peer_mw$IDX"
400 IDX=$
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
sparse_add_op.cc 99 std::vector<std::pair<bool, int64>> entries_to_copy; // from_a?, idx
133 #define HANDLE_LEFTOVERS(A_OR_B, IDX, IS_A) \
134 while (IDX < A_OR_B##_nnz) { \
135 entries_to_copy.emplace_back(IS_A, IDX); \
136 out_values.push_back(A_OR_B##_values(IDX)); \
137 ++IDX; \
158 const int64 idx = entries_to_copy[i].second; variable
160 from_a ? a_indices_mat.chip<0>(idx) : b_indices_mat.chip<0>(idx);
aggregate_ops.cc 79 #define I(IDX) ctx->input(input_indices[IDX]).flat<T>()
  /external/mesa3d/src/compiler/
glsl_types.cpp 484 int idx = pos - array->name; local
485 snprintf(n, idx+1, "%s", array->name);
486 snprintf(n + idx, name_length - idx, "[%u]%s",
487 length, array->name + idx);
673 #define IDX(c,r) (((c-1)*3) + (r-1))
677 switch (IDX(columns, rows)) {
678 case IDX(2,2): return dmat2_type;
679 case IDX(2,3): return dmat2x3_type;
680 case IDX(2,4): return dmat2x4_type
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
BasicBlock.cpp 327 int IDX = PN->getBasicBlockIndex(this);
328 while (IDX != -1) {
329 PN->setIncomingBlock((unsigned)IDX, New);
330 IDX = PN->getBasicBlockIndex(this);
  /external/llvm/lib/IR/
BasicBlock.cpp 404 int IDX = PN->getBasicBlockIndex(this);
405 while (IDX != -1) {
406 PN->setIncomingBlock((unsigned)IDX, New);
407 IDX = PN->getBasicBlockIndex(this);
  /external/libffi/src/x86/
ffi.c 727 #define ISFLOAT(IDX) (cif->arg_types[IDX]->type == FFI_TYPE_FLOAT || cif->arg_types[IDX]->type == FFI_TYPE_DOUBLE)
728 #define FLAG(IDX) (cif->nargs>(IDX)&&ISFLOAT(IDX)?(1<<(IDX)):0)
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
ffi.c 659 #define ISFLOAT(IDX) (cif->arg_types[IDX]->type == FFI_TYPE_FLOAT || cif->arg_types[IDX]->type == FFI_TYPE_DOUBLE)
660 #define FLAG(IDX) (cif->nargs>(IDX)&&ISFLOAT(IDX)?(1<<(IDX)):0)
  /external/libtextclassifier/lang_id/common/fel/
feature-extractor.h 476 // FeatureFunction<OBJ, IDX, ARGS...>, where the derived class DER is
480 // IDX GetFocus(const WorkspaceSet &workspaces, const OBJ &object);
484 template <class DER, class OBJ, class IDX, class... ARGS>
486 : public NestedFeatureFunction<FeatureFunction<OBJ, IDX, ARGS...>, OBJ,
497 IDX focus =
507 IDX focus =
  /external/u-boot/common/
dlmalloc.c 870 #define frontlink(P, S, IDX, BK, FD) \
874 IDX = smallbin_index(S); \
875 mark_binblock(IDX); \
876 BK = bin_at(IDX); \
884 IDX = bin_index(S); \
885 BK = bin_at(IDX); \
887 if (FD == BK) mark_binblock(IDX); \
1244 int idx; \/* index for bin traversal *\/ local
1517 int idx; \/* its bin index *\/ local
    [all...]
dlmalloc.src     [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
shape_refiner_test.cc 100 #define EXPECT_SHAPE(EXPECTED, M, OP, IDX) \
103 EXPECT_EQ(EXPECTED, ctx->DebugString(ctx->output(IDX))); \
106 #define EXPECT_RESOURCE_SINGLE_SHAPE(EXPECTED, M, OP, IDX) \
109 auto* v = ctx->output_handle_shapes_and_types(IDX); \
115 #define EXPECT_RESOURCE_SINGLE_TYPE(EXPECTED, M, OP, IDX) \
118 auto* v = ctx->output_handle_shapes_and_types(IDX); \
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.h 249 #define IDX BIT1 ///< Index
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 257 CHECK( texenv, (rmesa->state.envneeded & (1 << (atom->idx)) && !_mesa_ati_fragment_shader_enabled(ctx)), 0 )
260 CHECK( tex_cube, rmesa->state.texture.unit[atom->idx].unitneeded & TEXTURE_CUBE_BIT, 3 + 3*5 - CUBE_STATE_SIZE )
261 CHECK( tex_cube_cs, rmesa->state.texture.unit[atom->idx].unitneeded & TEXTURE_CUBE_BIT, 2 + 4*5 - CUBE_STATE_SIZE )
266 TCL_CHECK( tcl_tex_add4, rmesa->state.texture.unit[atom->idx].unitneeded, 4 )
269 TCL_CHECK( tcl_light_add6, ctx->Light.Enabled && ctx->Light.Light[atom->idx].Enabled, 6 )
270 TCL_OR_VP_CHECK( tcl_ucp_add4, (ctx->Transform.ClipPlanesEnabled & (1 << (atom->idx))), 4 )
531 int i = atom->idx;
549 if (!(r200->state.texture.unit[atom->idx].unitneeded | r200->state.texture.unit[atom->idx ^ 1].unitneeded))
558 if (!(r200->state.texture.unit[atom->idx].unitneeded)
    [all...]
  /external/python/cpython3/Lib/test/
test_buffer.py     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1179 milliseconds