Home
last modified time | relevance | path

Searched refs:compacted (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu.c485 brw_compact_inst *compacted = (brw_compact_inst *)inst; in brw_label_assembly() local
486 brw_uncompact_instruction(isa, &uncompacted, compacted); in brw_label_assembly()
550 bool compacted = brw_inst_cmpt_control(devinfo, insn); in brw_disassemble() local
554 if (compacted) { in brw_disassemble()
555 brw_compact_inst *compacted = (brw_compact_inst *)insn; in brw_disassemble() local
566 /* Make compacted instructions hex value output vertically aligned in brw_disassemble()
572 brw_uncompact_instruction(isa, &uncompacted, compacted); in brw_disassemble()
587 brw_disassemble_inst(out, isa, insn, compacted, offset, root_label); in brw_disassemble()
589 if (compacted) { in brw_disassemble()
H A Dbrw_eu_compact.c50 * 8-byte compacted instructions, allowing jump targets to be only 8-byte
60 * control flow instructions with UIP cannot be compacted, because of the
61 * replicated 13th bit. No control flow instructions can be compacted on Gfx6
74 * Gfx12 reduces the number of bits that available to compacted immediates from
1235 /* src1 index takes the low 4 bits of the 12-bit compacted value */ in set_src1_index()
1238 /* src1 index takes the high 5 bits of the 13-bit compacted value */ in set_src1_index()
1451 * compacted instruction. The instruction cannot be compacted if any of in has_unmapped_bits()
1480 * fields of the compacted instruction. All of them seem to be reserved in has_3src_unmapped_bits()
1557 /* On SNB through ICL, compacted instruction
2021 uint32_t compacted = brw_compact_inst_src0_index(devinfo, src); set_uncompacted_src0() local
2062 uint64_t compacted = brw_compact_inst_3src_control_index(devinfo, src); set_uncompacted_3src_control_index() local
2085 uint64_t compacted = brw_compact_inst_3src_control_index(devinfo, src); set_uncompacted_3src_control_index() local
2107 uint32_t compacted = brw_compact_inst_3src_control_index(devinfo, src); set_uncompacted_3src_control_index() local
2124 uint32_t compacted = brw_compact_inst_3src_source_index(devinfo, src); set_uncompacted_3src_source_index() local
2173 uint32_t compacted = brw_compact_inst_3src_subreg_index(devinfo, src); set_uncompacted_3src_subreg_index() local
[all...]
H A Dbrw_eu_validate.c2344 brw_compact_inst *compacted = (void *)inst; in brw_validate_instructions() local
2345 brw_uncompact_instruction(isa, &uncompacted, compacted); in brw_validate_instructions()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_multiview.c87 /* We use instancing for implementing multiview. The compacted view in build_view_index()
91 nir_ssa_def *compacted = in build_view_index() local
96 /* If we have a full view mask, then compacted is what we want */ in build_view_index()
97 state->view_index = compacted; in build_view_index()
99 /* Now we define a map from compacted view index to the actual in build_view_index()
110 nir_ssa_def *shift = nir_imul(b, compacted, nir_imm_int(b, 4)); in build_view_index()
/third_party/mesa3d/src/intel/tools/
H A Di965_asm.c54 " --compact print compacted instructions\n" in print_help()
347 bool compacted = false; in main() local
351 compacted = true; in main()
356 print_instruction(output, compacted, insn); in main()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DStringRange.java95 // then compact items of each length and emit compacted sets in compact()
97 LinkedList<Ranges> compacted = compact(entry.getKey(), entry.getValue()); in compact()
98 for (Ranges ranges : compacted) { in compact()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DStringRange.java102 // then compact items of each length and emit compacted sets in compact()
104 LinkedList<Ranges> compacted = compact(entry.getKey(), entry.getValue()); in compact()
105 for (Ranges ranges : compacted) { in compact()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp3241 bool compacted; member
3427 if (m_params->compacted)
3456 if (m_params->compacted)
3487 Move<VkQueryPool> queryPoolCompact= m_params->compacted
3498 const auto vci = makeBufferCreateInfo((m_params->compacted ? 3 : 2) * queryCount * sizeof(VkDeviceSize), VK_BUFFER_USAGE_TRANSFER_DST_BIT);
3508 if (m_params->compacted)
3516 if (m_params->compacted)
3527 if (m_params->compacted)
3550 if (m_params->compacted)
3563 if (m_params->compacted)
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp3008 bool compacted; member
3194 if (m_params->compacted)
3223 if (m_params->compacted)
3254 Move<VkQueryPool> queryPoolCompact= m_params->compacted
3265 const auto vci = makeBufferCreateInfo((m_params->compacted ? 3 : 2) * queryCount * sizeof(VkDeviceSize), VK_BUFFER_USAGE_TRANSFER_DST_BIT);
3275 if (m_params->compacted)
3283 if (m_params->compacted)
3294 if (m_params->compacted)
3317 if (m_params->compacted)
3330 if (m_params->compacted)
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.c63 uint8_t compacted; //bitmask of zink_descriptor_type member
917 zds->compacted |= BITFIELD_BIT(type); in zink_descriptor_set_get()
920 zds->compacted |= BITFIELD_BIT(type + ZINK_DESCRIPTOR_COMPACT); in zink_descriptor_set_get()
925 zds->compacted |= BITFIELD_BIT(type); in zink_descriptor_set_get()
1397 if (!(zds->compacted & BITFIELD_BIT(types[n]))) in update_descriptors_internal()
1639 /* compacted sets need a way to differentiate between a buffer bound as a ubo vs ssbo */ in calc_descriptor_state_hash_ssbo()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c753 uint32_t compacted = 0; in iris_print_binding_table() local
759 compacted += util_bitcount64(bt->used_mask[i]); in iris_print_binding_table()
767 if (total != compacted) { in iris_print_binding_table()
769 "(compacted to %u entries from %u entries)\n", in iris_print_binding_table()
770 name, compacted, total); in iris_print_binding_table()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c713 uint32_t compacted = 0; in crocus_print_binding_table() local
719 compacted += util_bitcount64(bt->used_mask[i]); in crocus_print_binding_table()
727 if (total != compacted) { in crocus_print_binding_table()
729 "(compacted to %u entries from %u entries)\n", in crocus_print_binding_table()
730 name, compacted, total); in crocus_print_binding_table()
/third_party/node/deps/v8/src/heap/
H A Dheap.h734 void RememberUnmappedPage(Address page, bool compacted);
H A Dheap.cc6764 void Heap::RememberUnmappedPage(Address page, bool compacted) { in RememberUnmappedPage() argument
6766 if (compacted) { in RememberUnmappedPage()

Completed in 51 milliseconds