Home
last modified time | relevance | path

Searched defs:worksize (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/eigen/bench/btl/libs/BLAS/
H A Dblas_interface_impl.hh121 int worksize = N*bsize; in hessenberg() local
136 int worksize = N*bsize; in tridiagonalization() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp2799 … const tcu::IVec3 &localsize, const tcu::IVec3 &worksize, const tcu::IVec3 &splitsize, in DispatchBaseTest()
2855 …ontext &context, const uint32_t numValues, const tcu::IVec3 &localsize, const tcu::IVec3 &worksize, in DispatchBaseTestInstance()
3102 const tcu::IVec3 &localsize, const tcu::IVec3 &worksize, in DeviceIndexTest()
3154 …ontext &context, const uint32_t numValues, const tcu::IVec3 &localsize, const tcu::IVec3 &worksize, in DeviceIndexTestInstance()
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_entry.cpp784 size_t worksize = sizeof(compression_working_buffers) * thread_count; in astcenc_context_alloc() local