Vedran Miletić writes:
> On 06/04/2016 04:27 AM, Francisco Jerez wrote:
>> Serge Martin writes:
>>
>>> This fix getting the size of a struct arg. vec3 types still work ok.
>>> Only buit-in args need to have power of two alignment, getTypeAllocSize
>>> reports the correct size.
>>>
>> Is there an
On 06/04/2016 04:27 AM, Francisco Jerez wrote:
Serge Martin writes:
This fix getting the size of a struct arg. vec3 types still work ok.
Only buit-in args need to have power of two alignment, getTypeAllocSize
reports the correct size.
Is there any guarantee that the alloc size of the type wi
Serge Martin writes:
> This fix getting the size of a struct arg. vec3 types still work ok.
> Only buit-in args need to have power of two alignment, getTypeAllocSize
> reports the correct size.
>
Is there any guarantee that the alloc size of the type will match what
the CL API expects? (which is
This fix getting the size of a struct arg. vec3 types still work ok.
Only buit-in args need to have power of two alignment, getTypeAllocSize
reports the correct size.
Cc: 12.0
---
src/gallium/state_trackers/clover/llvm/invocation.cpp | 7 +++
1 file changed, 3 insertions(+), 4 deletions(-)