Searched defs:attr_index (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/arm-trusted-firmware/lib/xlat_tables_v2/ |
H A D | xlat_tables_utils.c | 398 uint64_t attr_index = (desc >> ATTR_INDEX_SHIFT) & ATTR_INDEX_MASK; in xlat_get_mem_attributes_internal() local 493 uint64_t desc, attr_index; in xlat_change_mem_attributes_ctx() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/xlat_tables_v2/ |
D | xlat_tables_utils.c | 399 uint64_t attr_index = (desc >> ATTR_INDEX_SHIFT) & ATTR_INDEX_MASK; in xlat_get_mem_attributes_internal() local 494 uint64_t desc, attr_index; in xlat_change_mem_attributes_ctx() local
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | report_lib_interface.cpp | 433 size_t attr_index = record_file_reader_->GetAttrIndexOfRecord(sr); in ProcessSampleRecord() local 560 std::optional<size_t> attr_index = record_file_reader_->GetAttrIndexByEventId(event_id); in SetEventCounters() local 579 size_t attr_index = record_file_reader_->GetAttrIndexOfRecord(&r); in FindEvent() local
|
H A D | cmd_dumprecord.cpp | 425 size_t attr_index = record_file_reader_->GetAttrIndexOfRecord(&sr); in ProcessSampleRecord() local
|
/aosp_15_r20/cts/tests/tests/content/src/android/content/res/cts/ |
H A D | TypedArrayTest.java | 230 final int attr_index = t.getIndex(idx); in testGetAttributes() local
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/ |
H A D | nak.h | 113 uint8_t attr_index[4][128]; member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_ps.c | 12 static LLVMValueRef si_build_fs_interp(struct si_shader_context *ctx, unsigned attr_index, in si_build_fs_interp()
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_rc.cc | 149 uint8_t attr_index; member 3305 uint8_t xx, attr_index; in handle_app_val_response() local 3494 uint8_t xx, attr_index; in handle_app_attr_val_txt_response() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_int.h | 256 uint16_t attr_index; /* cache NV saving/loading attribute index */ member
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.c | 874 LLVMValueRef attr_index = lp_build_const_int32(gallivm, attrib); in draw_store_aos_array() local
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.c | 2394 unsigned attr_index = dxil_get_string_attr_set(m, attr_keys, attr_values); in dxil_add_function_def() local
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 12180 get_interp_color(isel_context* ctx, int interp_vgpr, unsigned attr_index, unsigned comp) in get_interp_color() 12240 unsigned attr_index = finfo->color_attr_index[color_index]; in interpolate_color_args() local
|