Home
last modified time | relevance | path

Searched defs:constant_buffer (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/half/benches/
Dconvert.rs100 let mut constant_buffer = [f16::ZERO; 11]; in bench_slice_f32_to_f16() localVariable
132 let mut constant_buffer = [f16::ZERO; 11]; in bench_slice_f64_to_f16() localVariable
164 let mut constant_buffer = [0f32; 11]; in bench_slice_f16_to_f32() localVariable
196 let mut constant_buffer = [0f64; 11]; in bench_slice_f16_to_f64() localVariable
/aosp_15_r20/external/executorch/runtime/executor/
H A Dprogram.cpp162 const auto* constant_buffer = flatbuffer_program->constant_buffer(); in load() local
335 const auto& constant_buffer = *internal_program->constant_buffer(); in get_constant_buffer_data() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/xnnpack/compiler/
H A Dxnn_compiler.cpp54 const auto& constant_buffer = *flatbuffer_graph->constant_buffer(); in compileModel() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx11_query.c292 struct pipe_constant_buffer constant_buffer = {}; in gfx11_sh_query_get_result_resource() local
H A Dsi_query.c1528 struct pipe_constant_buffer constant_buffer = {}; in si_query_hw_get_result_resource() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/
H A Dbinary.hpp104 constant_buffer, enumerator
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dgraph.py140 def may_get_constant_buffer_dtype(constant_buffer): argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_context.h175 struct etna_constbuf_state constant_buffer[PIPE_SHADER_TYPES]; member
/aosp_15_r20/external/executorch/exir/emit/
H A D_emitter.py116 constant_buffer: List[Buffer] = field(default_factory=lambda: [Buffer(storage=b"")]) variable in _ProgramState
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.h180 struct panfrost_constant_buffer constant_buffer[PIPE_SHADER_TYPES]; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c1597 struct pipe_constant_buffer constant_buffer = {}; in r600_query_hw_get_result_resource() local
/aosp_15_r20/external/executorch/backends/xnnpack/runtime/
H A DXNNCompiler.cpp171 const auto& constant_buffer = *flatbuffer_graph->constant_buffer(); in getConstantDataPtr() local
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py425 def set_constant_buffer(self, shader, index, take_ownership, constant_buffer): argument
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dkernel.rs420 constant_buffer: Option<Arc<PipeResource>>, field
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c954 const struct pipe_constant_buffer *constant_buffer) in trace_context_set_constant_buffer()