HomeSort by relevance Sort by last modified time
    Searched refs:partitioning (Results 1 - 25 of 27) sorted by null

1 2

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_te_state.c 41 OUT_BATCH((tes_prog_data->partitioning << GEN7_TE_PARTITIONING_SHIFT) |
brw_compiler.h 680 enum brw_tess_partitioning partitioning; member in struct:brw_tes_prog_data
brw_shader.cpp     [all...]
  /frameworks/ml/nn/runtime/
Manager.h 73 // How to handle graph partitioning?
74 // 0 - Don't do graph partitioning.
75 // 1 - Do graph partitioning; but fall back to non-partitioned
76 // execution if there is a partitioning failure.
77 // 2 - Do graph partitioning, and rely on it; there is no fallback.
84 static bool partitioningAllowsFallback(uint32_t partitioning) {
85 return partitioning == kPartitioningWithFallback;
ExecutionBuilder.cpp 315 // as a fallback in the case of partitioning failure?
320 const uint32_t partitioning = DeviceManager::get()->getPartitioning(); local
321 if (partitioning > 0) {
322 const bool allowFallback = DeviceManager::partitioningAllowsFallback(partitioning);
  /external/gptfdisk/
current.spec 1 Summary: GPT partitioning and MBR repair software
14 Partitioning software for GPT disks and to repair MBR disks. The gdisk,
16 partitioning tools; the fixparts utility (in the fixparts package) fixes
17 some problems with MBR disks that can be created by buggy partitioning
24 Summary: An fdisk-like partitioning tool for GPT disks
27 An fdisk-like partitioning tool for GPT disks. GPT
  /external/libvpx/libvpx/vp9/encoder/
vp9_context_tree.h 81 PARTITION_TYPE partitioning; member in struct:PC_TREE
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp8/common/
blockd.h 144 uint8_t partitioning; member in struct:__anon24664
reconinter.c 357 if (x->mode_info_context->mbmi.partitioning < 3) {
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_driver.h 130 uint8_t partitioning; /* PIPE_TESS_PART */ member in struct:nv50_ir_prog_info::__anon27763::__anon27765
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 329 mi->mbmi.partitioning = 3;
480 mb->mode_info_context->mbmi.partitioning = 3;
decodemv.c 280 mbmi->partitioning = s;
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.5.400.v20150505-1044.jar 
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
cse_test.go 13 // This tests for a bug found when partitioning, but not sorting by the Aux value.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
cse_test.go 13 // This tests for a bug found when partitioning, but not sorting by the Aux value.
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 553 ++count_mb_seg[mi->partitioning];
556 write_split(w, mi->partitioning);
561 const int *const L = vp8_mbsplits[mi->partitioning];
    [all...]
rdopt.c     [all...]
pickinter.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_shaders.c 276 unsigned type, partitioning, topology, distribution_mode; local
295 partitioning = V_028B6C_PART_FRAC_ODD;
298 partitioning = V_028B6C_PART_FRAC_EVEN;
301 partitioning = V_028B6C_PART_INTEGER;
329 S_028B6C_PARTITIONING(partitioning) |
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
state.h 754 SWR_TS_PARTITIONING partitioning; // @llvm_enum member in struct:SWR_TS_STATE
    [all...]
frontend.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 2195 uint32_t type, partitioning, topology; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_program.c 314 switch (info->prop.tp.partitioning) {
325 assert(!"invalid tessellator partitioning");
  /external/libvorbis/doc/
08-residue.tex 29 The exact interleaving and partitioning vary by residue encoding number,

Completed in 1536 milliseconds

1 2