Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp324 const auto elem_nbs = constants_iter->second; in create_binary_from_spirv() local
325 const auto size = elem_size * elem_nbs; in create_binary_from_spirv()
374 const auto elem_nbs = get<uint32_t>(inst, 3); in create_binary_from_spirv() local
375 const auto size = elem_size * (elem_nbs != 3 ? elem_nbs : 4); in create_binary_from_spirv()