Searched refs:att_state (Results 1 – 5 of 5) sorted by relevance
1432 struct anv_attachment_state *att_state = &state->attachments[i]; in genX() local1462 att_state->current_layout = pass_att->initial_layout; in genX()1463 att_state->current_stencil_layout = pass_att->stencil_initial_layout; in genX()1464 att_state->pending_clear_aspects = clear_aspects; in genX()1465 att_state->pending_load_aspects = load_aspects; in genX()1467 att_state->clear_value = begin->pClearValues[i]; in genX()1473 att_state->pending_clear_views = (1 << num_layers) - 1; in genX()1476 att_state->aux_usage = ISL_AUX_USAGE_NONE; in genX()1478 att_state->fast_clear = false; in genX()1481 att_state->fast_clear = in genX()[all …]
1382 struct anv_attachment_state *att_state = in clear_color_attachment() local1387 binding_table_for_surface_state(cmd_buffer, att_state->color.state, in clear_color_attachment()
4256 const struct anv_attachment_state *att_state, in anv_clear_color_from_att_state() argument4264 clear_color->u32[i] = att_state->clear_value.color.uint32[i] in anv_clear_color_from_att_state()
1610 VkPipelineColorBlendAttachmentState att_state[1]; in init_pipeline() local1611 att_state[0].colorWriteMask = 0xf; in init_pipeline()1612 att_state[0].blendEnable = VK_FALSE; in init_pipeline()1613 att_state[0].alphaBlendOp = VK_BLEND_OP_ADD; in init_pipeline()1614 att_state[0].colorBlendOp = VK_BLEND_OP_ADD; in init_pipeline()1615 att_state[0].srcColorBlendFactor = VK_BLEND_FACTOR_ZERO; in init_pipeline()1616 att_state[0].dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; in init_pipeline()1617 att_state[0].srcAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; in init_pipeline()1618 att_state[0].dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; in init_pipeline()1620 cb.pAttachments = att_state; in init_pipeline()
834 VkPipelineColorBlendAttachmentState att_state = {}; in VKTriangleTest() local835 att_state.dstAlphaBlendFactor = VK_BLEND_FACTOR_CONSTANT_COLOR; in VKTriangleTest()836 att_state.blendEnable = VK_TRUE; in VKTriangleTest()837 pipelineobj.AddColorAttachment(0, att_state); in VKTriangleTest()