/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_reg_allocate.cpp | 768 unsigned bti; in emit_unspill() local 771 bti = GFX9_BTI_BINDLESS; in emit_unspill() 774 bti = GFX8_BTI_STATELESS_NON_COHERENT; in emit_unspill() 788 brw_dp_desc(devinfo, bti, in emit_unspill() 837 unsigned bti; in emit_spill() local 840 bti = GFX9_BTI_BINDLESS; in emit_spill() 843 bti = GFX8_BTI_STATELESS_NON_COHERENT; in emit_spill() 858 brw_dp_desc(devinfo, bti, in emit_spill()
|
H A D | brw_eu.h | 1432 lsc_bti_ex_desc(const struct intel_device_info *devinfo, unsigned bti) in lsc_bti_ex_desc() argument 1435 return SET_BITS(bti, 31, 24) | in lsc_bti_ex_desc() 1788 unsigned bti);
|
H A D | brw_eu_emit.c | 3230 unsigned bti) in brw_set_memory_fence_message() 3253 assert(devinfo->ver >= 11 || bti == 0); in brw_set_memory_fence_message() 3254 brw_inst_set_binding_table_index(devinfo, insn, bti); in brw_set_memory_fence_message() 3312 unsigned bti) in brw_memory_fence() 3332 brw_set_memory_fence_message(p, insn, sfid, commit_enable, bti); in brw_memory_fence() 3226 brw_set_memory_fence_message(struct brw_codegen *p, struct brw_inst *insn, enum brw_message_target sfid, bool commit_enable, unsigned bti) brw_set_memory_fence_message() argument 3305 brw_memory_fence(struct brw_codegen *p, struct brw_reg dst, struct brw_reg src, enum opcode send_op, enum brw_message_target sfid, uint32_t desc, bool commit_enable, unsigned bti) brw_memory_fence() argument
|
H A D | brw_fs_nir.cpp | 4240 bool commit_enable, uint8_t bti) 4248 brw_imm_ud(bti)); 4571 0 /* bti; ignored for LSC */); 4578 0 /* bti; ignored for LSC */); 4634 commit_enable, /* bti */ 0);
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_context.h | 867 enum crocus_surface_group group, uint32_t bti) in crocus_bti_to_group_index() 870 assert(bti >= bt->offsets[group]); in crocus_bti_to_group_index() 872 uint32_t c = bti - bt->offsets[group]; in crocus_bti_to_group_index() 866 crocus_bti_to_group_index(const struct crocus_binding_table *bt, enum crocus_surface_group group, uint32_t bti) crocus_bti_to_group_index() argument
|
H A D | crocus_program.c | 759 nir_ssa_def *bti; in rewrite_src_with_bti() local 762 bti = nir_imm_intN_t(b, crocus_group_index_to_bti(bt, group, index), in rewrite_src_with_bti() 769 bti = nir_iadd_imm(b, src->ssa, bt->offsets[group]); in rewrite_src_with_bti() 771 nir_instr_rewrite_src(instr, src, nir_src_for_ssa(bti)); in rewrite_src_with_bti()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_program.c | 817 enum iris_surface_group group, uint32_t bti) in iris_bti_to_group_index() 820 assert(bti >= bt->offsets[group]); in iris_bti_to_group_index() 822 uint32_t c = bti - bt->offsets[group]; in iris_bti_to_group_index() 841 nir_ssa_def *bti; in rewrite_src_with_bti() local 844 bti = nir_imm_intN_t(b, iris_group_index_to_bti(bt, group, index), in rewrite_src_with_bti() 851 bti = nir_iadd_imm(b, src->ssa, bt->offsets[group]); in rewrite_src_with_bti() 853 nir_instr_rewrite_src(instr, src, nir_src_for_ssa(bti)); in rewrite_src_with_bti() 816 iris_bti_to_group_index(const struct iris_binding_table *bt, enum iris_surface_group group, uint32_t bti) iris_bti_to_group_index() argument
|
H A D | iris_context.h | 963 uint32_t bti);
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64-inl.h | 324 bti(id); in Bind() 339 bti(BranchTargetIdentifier::kBtiJump); in JumpTarget() 353 bti(BranchTargetIdentifier::kBtiCall); in CallTarget() 359 bti(BranchTargetIdentifier::kBtiJumpCall); in JumpOrCallTarget()
|
H A D | assembler-arm64.h | 943 void bti(BranchTargetIdentifier id);
|
H A D | assembler-arm64.cc | 1197 void Assembler::bti(BranchTargetIdentifier id) { in bti() function in v8::internal::Assembler
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_nir_apply_pipeline_layout.c | 842 nir_ssa_def *bti = nir_channel(b, buffer_addr, 0); in lower_direct_buffer_instr() local 845 nir_src_for_ssa(bti)); in lower_direct_buffer_instr()
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-aarch64.cc | 3135 TEST(bti) { in TEST() 3138 COMPARE(bti(EmitBTI), "bti"); in TEST() 3139 COMPARE(bti(EmitBTI_c), "bti c"); in TEST() 3140 COMPARE(bti(EmitBTI_j), "bti j"); in TEST() 3141 COMPARE(bti(EmitBTI_jc), "bti jc"); in TEST() 3142 COMPARE(hint(BTI), "bti"); in TEST() [all...] |
H A D | test-cpu-features-aarch64.cc | 740 TEST_BTI(bti_0, bti(EmitBTI)) 741 TEST_BTI(bti_1, bti(EmitBTI_c)) 742 TEST_BTI(bti_2, bti(EmitBTI_j)) 743 TEST_BTI(bti_3, bti(EmitBTI_jc))
|
H A D | test-assembler-aarch64.cc | 7523 TEST(bti) {
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.cc | 787 bti(id); in Emit()
|
H A D | assembler-aarch64.h | 2220 void bti(BranchTargetIdentifier id);
|
H A D | assembler-aarch64.cc | 3184 void Assembler::bti(BranchTargetIdentifier id) {
|