Home
last modified time | relevance | path

Searched defs:GlobalWorkSize (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A Dcl_types.h67 using GlobalWorkSize = std::array<size_t, 3>; variable
/aosp_15_r20/external/angle/src/common/
H A Dpacked_cl_enums.json247 "GlobalWorkSize": "CL_KERNEL_GLOBAL_WORK_SIZE" string
H A DPackedCLEnums_autogen.h343 GlobalWorkSize = 5, enumerator
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dkernel.rs111 GlobalWorkSize, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp1641 Register GlobalWorkSize = Call->Arguments[NumArgs < 4 ? 1 : 2]; in generateEnqueueInst() local