Home
last modified time | relevance | path

Searched refs:memory_read (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/shader/
Dreflect.rs354 desc_reqs.memory_read = stage.into(); in inspect_entry_point()
361 desc_reqs.memory_read = stage.into(); in inspect_entry_point()
404 desc_reqs.memory_read = stage.into(); in inspect_entry_point()
412 desc_reqs.memory_read = stage.into(); in inspect_entry_point()
469 desc_reqs.memory_read = stage.into(); in inspect_entry_point()
490 desc_reqs.memory_read = stage.into(); in inspect_entry_point()
522 desc_reqs.memory_read = stage.into(); in inspect_entry_point()
550 desc_reqs.memory_read = stage.into(); in inspect_entry_point()
587 desc_reqs.memory_read = stage.into(); in inspect_entry_point()
626 desc_reqs.memory_read = stage.into(); in inspect_entry_point()
[all …]
Dmod.rs725 pub memory_read: ShaderStages, field
835 memory_read, in merge()
844 *memory_read |= other.memory_read; in merge()
/aosp_15_r20/external/elfutils/libdwfl/
H A Dframe_unwind.c298 if (process->callbacks->memory_read == NULL) in expr_eval()
305 || ! process->callbacks->memory_read (process->dwfl, val1, &val1, in expr_eval()
485 if (process->callbacks->memory_read == NULL) in expr_eval()
490 if (! process->callbacks->memory_read (process->dwfl, *result, result, in expr_eval()
702 return process->callbacks->memory_read (process->dwfl, addr, datap, in readfunc()
H A Dlibdwfl.h677 bool (*memory_read) (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Word *result, member
/aosp_15_r20/external/elfutils/tests/
H A Dbacktrace-data.c72 memory_read (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Word *result, in memory_read() function
216 memory_read,
H A DChangeLog2533 * backtrace-data.c (memory_read, maps_lookup, set_initial_registers)
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Dpipeline.rs665 && !desc_reqs.memory_read.is_empty() in validate_pipeline_descriptor_sets()
706 && !desc_reqs.memory_read.is_empty() in validate_pipeline_descriptor_sets()
2067 stages_read |= desc_reqs.memory_read.into(); in add_descriptor_sets()
2071 let memory_read = (!stages_read.is_empty()).then(|| PipelineMemoryAccess { in add_descriptor_sets() localVariable
2082 [memory_read, memory_write].into_iter().flatten() in add_descriptor_sets()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dpipeline.rs1014 && !desc_reqs.memory_read.is_empty() in validate_pipeline_descriptor_sets()
1055 && !desc_reqs.memory_read.is_empty() in validate_pipeline_descriptor_sets()
2035 stages_read | desc_reqs.memory_read, in record_descriptor_sets_access()
/aosp_15_r20/external/elfutils/include/elfutils/
H A Dlibdwfl.h677 bool (*memory_read) (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Word *result, member