Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_tess.h32 bool store_output(UNUSED nir_intrinsic_instr *intr) override in store_output() function
65 bool store_output(UNUSED nir_intrinsic_instr *intr) override in store_output() function
H A Dsfn_shader_vs.cpp30 VertexExportStage::store_output(nir_intrinsic_instr& intr) in store_output() function in r600::VertexExportStage
510 VertexShader::store_output(nir_intrinsic_instr *intr) in store_output() function in r600::VertexShader
H A Dsfn_shader_cs.h31 bool store_output(UNUSED nir_intrinsic_instr *intr) override in store_output() function
H A Dsfn_shader_gs.cpp208 GeometryShader::store_output(nir_intrinsic_instr *instr) in store_output() function in r600::GeometryShader
H A Dsfn_shader_fs.cpp84 FragmentShader::store_output(nir_intrinsic_instr *intr) in store_output() function in r600::FragmentShader
/aosp_15_r20/external/mesa3d/src/imagination/rogue/nir/
H A Drogue_nir_pfo.c37 nir_intrinsic_instr *store_output, in insert_pfo()
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dfwd_txfm_sse2.h138 static inline void store_output(const __m128i *poutput, tran_low_t *dst_ptr) { in store_output() function
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp_template_kernel.py257 def store_output( member in CppTemplateKernel
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/task/
Dcore.rs359 pub(super) fn store_output(&self, output: super::Result<T::Output>) { in store_output() method
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/
H A Dnir_opt_varyings_test.h587 store_output(nir_builder *b, gl_varying_slot slot, unsigned component, in store_output() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c567 store_output(struct ir2_context *ctx, nir_src src, unsigned slot, in store_output() function
/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_sse2.h246 static INLINE void store_output(const __m128i *poutput, tran_low_t *dst_ptr) { in store_output() function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dselect_algorithm.py406 def store_output( member in TritonTemplateKernel
H A Dir.py505 def store_output(self, output_name, indexer, vars): member in Pointwise
534 def store_output(self, output_name, indexer, vars): member in Scatter
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_cuda.cpp458 StorePtr store_output = output_buf.store({0}, add_value); in TEST() local