Lines Matching defs:out
69 * filter these out by using VK_SHADER_STAGE_ALL_GRAPHICS explicitly.
154 * filter these out by using VK_SHADER_STAGE_ALL_GRAPHICS explicitly.
816 const struct ir3_stream_output *out = &info->output[i];
817 unsigned k = out->register_index;
833 for (unsigned j = 0; j < out->num_components; j++) {
834 unsigned c = j + out->start_component;
836 unsigned off = j + out->dst_offset; /* in dwords */
839 unsigned dword = out->stream * A6XX_SO_PROG_DWORDS + loc/2;
842 A6XX_VPC_SO_PROG_B_BUF(out->output_buffer) |
846 A6XX_VPC_SO_PROG_A_BUF(out->output_buffer) |
1171 /* if vertex_flags somehow gets optimized out, your gonna have a bad time: */
2380 /* Allocate the space for the pipeline out of the device's RO suballocator.
3730 * of a pixel being written out. It can also write some components and then
3733 * buffer can get out-of-sync if only one is flushed. We fix this by
4303 VK_OUTARRAY_MAKE_TYPED(VkPipelineExecutablePropertiesKHR, out,
4307 vk_outarray_append_typed(VkPipelineExecutablePropertiesKHR, &out, props) {
4323 return vk_outarray_status(&out);
4334 VK_OUTARRAY_MAKE_TYPED(VkPipelineExecutableStatisticKHR, out,
4340 vk_outarray_append_typed(VkPipelineExecutableStatisticKHR, &out, stat) {
4348 vk_outarray_append_typed(VkPipelineExecutableStatisticKHR, &out, stat) {
4357 vk_outarray_append_typed(VkPipelineExecutableStatisticKHR, &out, stat) {
4366 vk_outarray_append_typed(VkPipelineExecutableStatisticKHR, &out, stat) {
4375 vk_outarray_append_typed(VkPipelineExecutableStatisticKHR, &out, stat) {
4384 vk_outarray_append_typed(VkPipelineExecutableStatisticKHR, &out, stat) {
4393 vk_outarray_append_typed(VkPipelineExecutableStatisticKHR, &out, stat) {
4402 vk_outarray_append_typed(VkPipelineExecutableStatisticKHR, &out, stat) {
4411 vk_outarray_append_typed(VkPipelineExecutableStatisticKHR, &out, stat) {
4420 vk_outarray_append_typed(VkPipelineExecutableStatisticKHR, &out, stat) {
4429 vk_outarray_append_typed(VkPipelineExecutableStatisticKHR, &out, stat) {
4437 vk_outarray_append_typed(VkPipelineExecutableStatisticKHR, &out, stat) {
4446 vk_outarray_append_typed(VkPipelineExecutableStatisticKHR, &out, stat) {
4455 vk_outarray_append_typed(VkPipelineExecutableStatisticKHR, &out, stat) {
4464 vk_outarray_append_typed(VkPipelineExecutableStatisticKHR, &out, stat) {
4473 return vk_outarray_status(&out);
4505 VK_OUTARRAY_MAKE_TYPED(VkPipelineExecutableInternalRepresentationKHR, out,
4513 vk_outarray_append_typed(VkPipelineExecutableInternalRepresentationKHR, &out, ir) {
4524 vk_outarray_append_typed(VkPipelineExecutableInternalRepresentationKHR, &out, ir) {
4535 vk_outarray_append_typed(VkPipelineExecutableInternalRepresentationKHR, &out, ir) {
4545 return incomplete_text ? VK_INCOMPLETE : vk_outarray_status(&out);