Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/skia/src/gpu/graphite/
H A 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;
/aosp_15_r20/external/skia/third_party/vello/src/
H A Dlib.rs137 struct WorkgroupSize { struct
138 x: u32,
139 y: u32,
140 z: u32,
201 fn workgroup_size(self: &Shader) -> WorkgroupSize; in workgroup_size()
H A Dshaders.rs16 pub fn workgroup_size(&self) -> ffi::WorkgroupSize { in workgroup_size()
125 impl From<[u32; 3]> for ffi::WorkgroupSize { implementation
H A Dencoding.rs344 impl From<&vello_encoding::WorkgroupSize> for ffi::WorkgroupSize { implementation
/aosp_15_r20/external/skia/src/gpu/graphite/compute/
H A DDispatchGroup.cpp123 const std::variant<WorkgroupSize, BindBufferInfo>& globalSizeOrIndirect) { in appendStepInternal()
/aosp_15_r20/external/angle/src/libANGLE/
H A Dcl_types.h65 using WorkgroupSize = std::array<size_t, 3>; variable
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs414 WorkgroupSize = 25, enumerator
H A Dspirv.json458 "WorkgroupSize": 25, number
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/1.0/
H A Dspirv.cs414 WorkgroupSize = 25, enumerator
H A Dspirv.json458 "WorkgroupSize": 25, number
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.cs419 WorkgroupSize = 25, enumerator
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.cs414 WorkgroupSize = 25, enumerator
Dspirv.json458 "WorkgroupSize": 25, number
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.cs414 WorkgroupSize = 25, enumerator
Dspirv.json458 "WorkgroupSize": 25, number
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.cs419 WorkgroupSize = 25, enumerator
Dspirv.json463 "WorkgroupSize": 25, number
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs419 WorkgroupSize = 25, enumerator
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/1.1/
H A Dspirv.cs419 WorkgroupSize = 25, enumerator
H A Dspirv.json463 "WorkgroupSize": 25, number
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/1.2/
H A Dspirv.cs424 WorkgroupSize = 25, enumerator
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.cs424 WorkgroupSize = 25, enumerator
Dspirv.json468 "WorkgroupSize": 25, number
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs424 WorkgroupSize = 25, enumerator
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.cs424 WorkgroupSize = 25, enumerator

12