Home
last modified time | relevance | path

Searched refs:SharedSize (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlower_shared_reference.cpp504 prog->Comp.SharedSize = v.shared_size; in lower_shared_reference()
514 if (prog->Comp.SharedSize > ctx->Const.MaxComputeSharedMemorySize) { in lower_shared_reference()
516 prog->Comp.SharedSize, in lower_shared_reference()
/external/mesa3d/src/mesa/main/
Dmtypes.h3064 unsigned SharedSize; member
Dshaderapi.c2621 dst->info.cs.shared_size = src->Comp.SharedSize; in _mesa_copy_linked_program_data()