Lines Matching refs:buffer
145 * allocating the buffer. The size from pvr_pds_kick_usc() is constant.
450 * segment for the command buffer to fill in.
538 * size of the largest buffer structure
598 * E.g. can multiple UBOs have the same base buffer?
614 /* TODO: Is it possible to have multiple static consts buffer where the
616 * Currently we're only setting up a single buffer.
942 /* We don't allocate an entries buffer so we don't need to free it */
962 uint32_t *buffer;
977 buffer_size = MAX2(program.code_size, program.data_size) * sizeof(*buffer);
979 buffer = vk_alloc2(&device->vk.alloc,
984 if (!buffer)
988 &buffer[0],
997 buffer,
1003 vk_free2(&device->vk.alloc, allocator, buffer);
1007 pvr_pds_compute_shader(&program, buffer, PDS_GENERATE_DATA_SEGMENT, dev_info);
1009 program_out->data_section = buffer;
1650 * scratch buffer for both vertex and fragment stage.
1770 * should be set later on in the command buffer.