HomeSort by relevance Sort by last modified time
    Searched refs:att_state (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/intel/vulkan/
anv_blorp.c 962 struct anv_attachment_state *att_state = local
1191 struct anv_attachment_state *att_state = &cmd_state->attachments[a]; local
1413 struct anv_attachment_state *att_state = local
    [all...]
genX_cmd_buffer.c 215 struct anv_attachment_state *att_state,
221 att_state->aux_usage = ISL_AUX_USAGE_NONE;
222 att_state->input_aux_usage = ISL_AUX_USAGE_NONE;
223 att_state->fast_clear = false;
229 att_state->clear_color_is_zero_one =
230 color_is_zero_one(att_state->clear_value.color, iview->isl.format);
232 if (att_state->pending_clear_aspects == VK_IMAGE_ASPECT_COLOR_BIT) {
234 att_state->fast_clear = true;
244 att_state->fast_clear = false;
254 att_state->fast_clear = false
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c 2000 VkPipelineColorBlendAttachmentState att_state[1]; local
    [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 570 VkPipelineColorBlendAttachmentState att_state = {};
571 att_state.dstAlphaBlendFactor = VK_BLEND_FACTOR_CONSTANT_COLOR;
572 att_state.blendEnable = VK_TRUE;
573 pipelineobj.AddColorAttachment(0, att_state);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
layer_validation_tests.cpp 474 VkPipelineColorBlendAttachmentState att_state = {}; local
475 att_state.dstAlphaBlendFactor = VK_BLEND_FACTOR_CONSTANT_COLOR;
476 att_state.blendEnable = VK_TRUE;
477 pipelineobj.AddColorAttachment(0, &att_state);
    [all...]

Completed in 456 milliseconds