Home
last modified time | relevance | path

Searched refs:compacted (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu.cpp482 brw_compact_inst *compacted = (brw_compact_inst *)inst; in brw_label_assembly() local
483 brw_uncompact_instruction(devinfo, &uncompacted, compacted); in brw_label_assembly()
545 bool compacted = brw_inst_cmpt_control(devinfo, insn); in brw_disassemble() local
549 if (compacted) { in brw_disassemble()
550 brw_compact_inst *compacted = (brw_compact_inst *)insn; in brw_disassemble() local
567 brw_uncompact_instruction(devinfo, &uncompacted, compacted); in brw_disassemble()
582 brw_disassemble_inst(out, devinfo, insn, compacted, offset, root_label); in brw_disassemble()
584 if (compacted) { in brw_disassemble()
Dbrw_eu_compact.c1993 uint32_t compacted = brw_compact_inst_src0_index(devinfo, src); in set_uncompacted_src0() local
1994 uint16_t uncompacted = c->src0_index_table[compacted]; in set_uncompacted_src0()
2034 uint64_t compacted = brw_compact_inst_3src_control_index(devinfo, src); in set_uncompacted_3src_control_index() local
2035 uint64_t uncompacted = xehp_3src_control_index_table[compacted]; in set_uncompacted_3src_control_index()
2057 uint64_t compacted = brw_compact_inst_3src_control_index(devinfo, src); in set_uncompacted_3src_control_index() local
2058 uint64_t uncompacted = gfx12_3src_control_index_table[compacted]; in set_uncompacted_3src_control_index()
2079 uint32_t compacted = brw_compact_inst_3src_control_index(devinfo, src); in set_uncompacted_3src_control_index() local
2080 uint32_t uncompacted = gfx8_3src_control_index_table[compacted]; in set_uncompacted_3src_control_index()
2096 uint32_t compacted = brw_compact_inst_3src_source_index(devinfo, src); in set_uncompacted_3src_source_index() local
2102 uint32_t uncompacted = three_src_source_index_table[compacted]; in set_uncompacted_3src_source_index()
[all …]
Dbrw_eu_validate.c2155 brw_compact_inst *compacted = (void *)inst; in brw_validate_instructions() local
2156 brw_uncompact_instruction(devinfo, &uncompacted, compacted); in brw_validate_instructions()
/third_party/node/deps/npm/node_modules/qs/lib/
Dutils.js22 var compacted = [];
26 compacted.push(obj[j]);
30 item.obj[item.prop] = compacted;
/third_party/mesa3d/src/intel/tools/
Di965_asm.c344 bool compacted = false; in main() local
348 compacted = true; in main()
353 print_instruction(output, compacted, insn); in main()
Di965_lex.l230 compacted { return CMPTCTRL; }
/third_party/mesa3d/src/intel/vulkan/
Danv_nir_lower_multiview.c91 nir_ssa_def *compacted = in build_view_index() local
97 state->view_index = compacted; in build_view_index()
110 nir_ssa_def *shift = nir_imul(b, compacted, nir_imm_int(b, 4)); in build_view_index()
/third_party/skia/third_party/externals/dawn/
D.clang-format16 # This should result in only one indentation level with compacted namespaces
/third_party/flutter/skia/third_party/externals/dawn/
D.clang-format16 # This should result in only one indentation level with compacted namespaces
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStringRange.java97 LinkedList<Ranges> compacted = compact(entry.getKey(), entry.getValue()); in compact() local
98 for (Ranges ranges : compacted) { in compact()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DStringRange.java104 LinkedList<Ranges> compacted = compact(entry.getKey(), entry.getValue()); in compact() local
105 for (Ranges ranges : compacted) { in compact()
/third_party/node/deps/npm/node_modules/qs/dist/
Dqs.js444 var compacted = [];
448 compacted.push(obj[j]);
452 item.obj[item.prop] = compacted;
/third_party/flutter/skia/src/sksl/
DSkSLCPPCodeGenerator.cpp705 String compacted = String(sksl.c_str() + flushPoint + 1, in flushEmittedCode() local
708 compacted += String(sksl.c_str() + i + 1, sksl.size() - i - 1); in flushEmittedCode()
710 sksl = compacted; in flushEmittedCode()
/third_party/ffmpeg/libavfilter/opencl/
Ddeshake.cl377 // The location in the grayscale buffer rather than the compacted grid
461 // Feature and descriptor buffers are assumed to be compacted (each element sourced
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c745 uint32_t compacted = 0; in iris_print_binding_table() local
751 compacted += util_bitcount64(bt->used_mask[i]); in iris_print_binding_table()
759 if (total != compacted) { in iris_print_binding_table()
762 name, compacted, total); in iris_print_binding_table()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c708 uint32_t compacted = 0; in crocus_print_binding_table() local
714 compacted += util_bitcount64(bt->used_mask[i]); in crocus_print_binding_table()
722 if (total != compacted) { in crocus_print_binding_table()
725 name, compacted, total); in crocus_print_binding_table()
/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf.patch133 +// compacted data or index so far.
/third_party/littlefs/
DSPEC.md349 pairs grow every time the root pair is compacted in order to prolong the
DDESIGN.md420 loss. It's only when the commit's checksum is written that the compacted
/third_party/iowow/src/kv/
Diwkv.c1117 bool compacted = false; in _kvblk_addkv() local
1143 if (!compacted) { in _kvblk_addkv()
1144 compacted = true; in _kvblk_addkv()
/third_party/ninja/doc/
Dmanual.asciidoc595 and save a compacted form of the same information in a Ninja-internal
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
DDESIGN.rst596 variables, and the intra-block liveness bit vector can be compacted to hold the
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/
DDESIGN.rst596 variables, and the intra-block liveness bit vector can be compacted to hold the
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst2511 - intel/compiler: Handle invalid compacted immediates
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt1217 - Added a mechanism to compact/free the larger allocations of unused windows (buffers are compacted

12