Home
last modified time | relevance | path

Searched defs:WorkgroupSize (Results 1 – 25 of 39) sorted by relevance

12

/external/skia/src/gpu/graphite/
DComputeTypes.h48 struct WorkgroupSize { struct
50 WorkgroupSize(uint32_t width, uint32_t height, uint32_t depth) in WorkgroupSize() function
55 uint32_t scalarSize() const { return fWidth * fHeight * fDepth; } in scalarSize()
57 uint32_t fWidth = 1;
58 uint32_t fHeight = 1;
59 uint32_t fDepth = 1;
/external/skia/third_party/vello/src/
Dshaders.rs16 pub fn workgroup_size(&self) -> ffi::WorkgroupSize { in workgroup_size()
125 impl From<[u32; 3]> for ffi::WorkgroupSize { implementation
Dlib.rs137 struct WorkgroupSize { struct
138 x: u32,
139 y: u32,
140 z: u32,
201 fn workgroup_size(self: &Shader) -> WorkgroupSize; in workgroup_size()
Dencoding.rs344 impl From<&vello_encoding::WorkgroupSize> for ffi::WorkgroupSize { implementation
/external/skia/src/gpu/graphite/compute/
DDispatchGroup.cpp123 const std::variant<WorkgroupSize, BindBufferInfo>& globalSizeOrIndirect) { in appendStepInternal()
/external/angle/src/libANGLE/
Dcl_types.h66 using WorkgroupSize = std::array<uint32_t, 3>; variable
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.cs419 WorkgroupSize = 25, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.cs414 WorkgroupSize = 25, enumerator
Dspirv.json458 "WorkgroupSize": 25, number
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.cs419 WorkgroupSize = 25, enumerator
Dspirv.json463 "WorkgroupSize": 25, number
/external/angle/third_party/spirv-headers/src/include/spirv/1.1/
Dspirv.cs419 WorkgroupSize = 25, enumerator
Dspirv.json463 "WorkgroupSize": 25, number
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.cs419 WorkgroupSize = 25, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/1.0/
Dspirv.cs414 WorkgroupSize = 25, enumerator
Dspirv.json458 "WorkgroupSize": 25, number
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.cs414 WorkgroupSize = 25, enumerator
Dspirv.json458 "WorkgroupSize": 25, number
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.cs414 WorkgroupSize = 25, enumerator
Dspirv.json458 "WorkgroupSize": 25, number
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.cs424 WorkgroupSize = 25, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/1.2/
Dspirv.cs424 WorkgroupSize = 25, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.cs424 WorkgroupSize = 25, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.cs424 WorkgroupSize = 25, enumerator
Dspirv.json468 "WorkgroupSize": 25, number

12