Lines Matching defs:pointer
264 // rather than a pointer
3672 // store the result to the pointer (out param 'm')
3708 // store the result to the pointer (out param 'm')
4483 // Make the forward pointer, then recurse to convert the structure type, then
4484 // patch up the forward pointer with a real pointer type.
4845 // Make forward pointers for any pointer members.
5423 // Original and non-writable params pass the pointer directly and
5424 // use restrict/aliased, others are stored to a pointer in Function
5462 // GLSL has copy-in/copy-out semantics. They can be handled though with a pointer to a copy.
6017 // GLSL "IMAGE_PARAMS" will involve in constructing an image texel pointer and this pointer,
6025 // imageAtomicStore has a void return type so base the pointer type on
6033 spv::Id pointer = builder.createOp(spv::OpImageTexelPointer, resultTypeId, operands);
6035 builder.addDecoration(pointer, spv::DecorationNonUniformEXT);
6039 operands.push_back(pointer);
6320 // Grab the function's pointer from the previously created function