Home
last modified time | relevance | path

Searched defs:grf_size (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dtsb12lv01a.cpp130 const uint32_t grf_size = 0x200 - (atf_size + itf_size); in clear_grf() local
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dtsb12lv01a.cpp130 const uint32_t grf_size = 0x200 - (atf_size + itf_size); in clear_grf() local
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/conv/
H A Dreorder_support.hpp68 const int grf_size = ngen::GRF::bytes(hw_); in set_permute() local
H A Dconv_kernel.hpp157 auto grf_size = ngen::GRF::bytes(hw); in ngen_reg_data() local
315 int grf_size = ngen::GRF::bytes(hw); in sub_reg_data() local
930 int grf_size = ngen::GRF::bytes(hw); in get_subregister() local
989 int grf_size = ngen::GRF::bytes(hw); in zero_out_kernel_t() local
1101 int grf_size = ngen::GRF::bytes(hw); in reorder_kernel_t() local
1384 int grf_size = ngen::GRF::bytes(hw); in _visit() local
2056 int grf_size = ngen::GRF::bytes(hw); in can_reorder() local
2362 int grf_size = ngen::GRF::bytes(hw); in get_subregister() local
3045 int grf_size = ngen::GRF::bytes(hw); in maybe_fix_mad_src() local
3122 int grf_size = ngen::GRF::bytes(hw); in zero_out_data_payload() local
[all …]
H A Dmessage_support.hpp162 int grf_size() const { return ngen::GRF::bytes(hw); } in grf_size() function in dnnl::impl::gpu::jit::send_t
H A Dconfig.hpp867 int grf_size() const { return ngen::GRF::bytes(hw); } in grf_size() function in dnnl::impl::gpu::jit::conv_config_t
H A Dkernel_builder.cpp375 const auto grf_size = ngen::GRF::bytes(hw_); in try_convert_to_dpasw() local
444 const auto grf_size = ngen::GRF::bytes(hw_); in try_convert_to_dpasw() local
2746 const auto grf_size = ngen::GRF::bytes(hw_); in inject() local
3222 const auto grf_size = ngen::GRF::bytes(hw_); in _mutate() local
3521 const auto grf_size = ngen::GRF::bytes(hw_); in str() local
/dports/devel/ispc/ispc-1.16.1/src/
H A Dfunc.cpp447 unsigned int grf_size = g->target->getGenxGrfSize(); in emitCode() local