Lines Matching defs:buffer
1133 decls << "layout(scalar, set = 0, binding = 1) " << vol << ro << "buffer sbodef0_1 { " << bufType << " val[]; } ssbo0_1;\n";
1134 decls << "layout(scalar, set = 0, binding = 1) " << vol << ro << "buffer sbodef0_1_pad { vec4 pad; " << bufType << " val[]; } ssbo0_1_pad;\n";
1726 "layout(std430, binding = 1) buffer inputBuffer\n"
1888 BufferWithMemoryPtr buffer;
1893 // Create a buffer to hold data for all descriptors.
1924 buffer = BufferWithMemoryPtr(new BufferWithMemory(
1926 bufferPtr = (deUint8 *)buffer->getAllocation().getHostPtr();
2191 **buffer, // buffer
2395 flushAlloc(vk, device, buffer->getAllocation());
2457 bufferInfoVec[vecIndex] = makeDescriptorBufferInfo(**buffer, 0, layout.refData.size());
2739 sbtBuffer->get() // VkBuffer buffer;
3182 VkBuffer b = m_data.nullDescriptor ? DE_NULL : **buffer;
3258 // - The vertex buffer size is not a multiple of the vertex binding stride.
3259 // - In other words, the last chunk goes partially beyond the end of the buffer.
3260 // - However, in this last chunk there will be an attribute that will be completely inside the buffer's range.
3403 // Color buffer for the test.
3407 // We'll make the last padding out of the buffer, but the point itself will be inside the buffer.
3433 // Prepare vertex buffer. Note the size is slightly short and excludes the last padding.
3491 // Command pool and buffer.
3514 // Copy image to verification buffer.
3533 // Verify color buffer.
3544 return tcu::TestStatus::fail("Unexpected results in the color buffer -- check log for details");
3849 // buffer descriptors don't have different dimensionalities. Only test "1D"