Home
last modified time | relevance | path

Searched refs:subslice (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/intel/dev/
Dintel_device_info.h360 int slice, int subslice) in intel_device_info_subslice_available() argument
363 subslice / 8] & (1U << (subslice % 8))) != 0; in intel_device_info_subslice_available()
368 int slice, int subslice, int eu) in intel_device_info_eu_available() argument
371 subslice * devinfo->eu_subslice_stride; in intel_device_info_eu_available()
/third_party/flatbuffers/include/flatbuffers/
Dgrpc.h252 grpc_slice subslice = grpc_slice_sub(slice, begin, end); in GetMessage() local
254 Message<T> msg(subslice, false); in GetMessage()
/third_party/mesa3d/docs/relnotes/
D19.2.1.rst114 - intel: fix subslice computation from topology data
D19.3.5.rst150 - intel/device: bdw_gt1 actually has 6 eus per subslice
D20.2.2.rst78 - intel/dev: Bump Max EU per subslice/dualsubslice
D20.0.1.rst150 - intel/device: bdw_gt1 actually has 6 eus per subslice
D19.1.8.rst182 - intel: fix subslice computation from topology data
D21.3.0.rst65 - iris: subslice assertion failure on some hardware during initialization
2466 - intel/dev: fix subslice/eu total computations with some fused configurations
2467 - intel/perf: fix perf equation subslice mask generation for gfx12+
D21.1.0.rst2120 - intel/dev: Implement pixel pipe subslice counting for Gen12+.
3179 - intel/dev: add helpers to compute subslice/eu total
3181 - iris: use gen_device_info helper to get subslice total
D19.0.0.rst1600 - i965: Don't override subslice count to 4 on Gen11.
D19.3.0.rst2258 - intel: fix subslice computation from topology data
D20.1.0.rst3360 - intel/device: bdw_gt1 actually has 6 eus per subslice
D20.3.0.rst3210 - intel/dev: Bump Max EU per subslice/dualsubslice
D21.2.0.rst3296 - intel/dev: printout correct subslice/dualsubslice name
/third_party/boost/boost/numeric/ublas/
Dvector_proxy.hpp1086 …vector_slice<V> subslice (V &data, typename V::size_type start, typename V::difference_type stride… in subslice() function
1092 …vector_slice<const V> subslice (const V &data, typename V::size_type start, typename V::difference… in subslice() function
Dmatrix_proxy.hpp4360 …matrix_slice<M> subslice (M &data, typename M::size_type start1, typename M::difference_type strid… in subslice() function
4366 …matrix_slice<const M> subslice (const M &data, typename M::size_type start1, typename M::differenc… in subslice() function
/third_party/python/Objects/
Dexceptions.c914 PyObject *subslice = PyTuple_GetSlice(args, 0, 2); in oserror_init() local
915 if (!subslice) in oserror_init()
919 *p_args = args = subslice; in oserror_init()