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

  /external/mesa3d/src/amd/vulkan/
radv_meta_clear.c 375 const VkClearRect *clear_rect)
411 clear_rect->rect.offset.x,
412 clear_rect->rect.offset.y,
418 clear_rect->rect.offset.x,
419 clear_rect->rect.offset.y + clear_rect->rect.extent.height,
425 clear_rect->rect.offset.x + clear_rect->rect.extent.width,
426 clear_rect->rect.offset.y,
460 radv_CmdDraw(cmd_buffer_h, 3, clear_rect->layerCount, 0, 0)
970 VkClearRect clear_rect = { local
1123 VkClearRect clear_rect = { local
    [all...]
  /hardware/qcom/display/msm8909/libqdutils/
cb_utils.cpp 43 copybit_rect_t clear_rect = {rect.left, rect.top,rect.right,rect.bottom}; local
52 ret = copybit->clear(copybit, &buf, &clear_rect);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine_c2d.cpp 185 copybit_rect_t clear_rect = {INT(rect.left), INT(rect.top), INT(rect.right), INT(rect.bottom)}; local
199 status = blit_engine_c2d_->clear(blit_engine_c2d_, &buffer, &clear_rect);
409 LayerRect clear_rect; local
410 clear_rect.left = 0;
411 clear_rect.top = 0;
412 clear_rect.right = FLOAT(target_buffer->width);
413 clear_rect.bottom = FLOAT(target_buffer->height);
414 ClearTargetBuffer(target_buffer, clear_rect);
  /hardware/qcom/display/sdm845/sdm/libs/hwc/
blit_engine_c2d.cpp 185 copybit_rect_t clear_rect = {INT(rect.left), INT(rect.top), INT(rect.right), INT(rect.bottom)}; local
199 status = blit_engine_c2d_->clear(blit_engine_c2d_, &buffer, &clear_rect);
424 LayerRect clear_rect; local
425 clear_rect.left = 0;
426 clear_rect.top = 0;
427 clear_rect.right = FLOAT(target_buffer->width);
428 clear_rect.bottom = FLOAT(target_buffer->height);
429 ClearTargetBuffer(target_buffer, clear_rect);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 213 copybit_rect_t clear_rect = {rect.left, rect.top, local
225 ret = copybit->clear(copybit, &buf, &clear_rect);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 250 copybit_rect_t clear_rect = {rect.left, rect.top, local
262 ret = copybit->clear(copybit, &buf, &clear_rect);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 388 copybit_rect_t clear_rect = {rect.left, rect.top, local
400 ret = copybit->clear(copybit, &buf, &clear_rect);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 397 copybit_rect_t clear_rect = {rect.left, rect.top, local
409 ret = copybit->clear(copybit, &buf, &clear_rect);
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_blorp.c 1182 VkClearRect clear_rect = { local
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 499 copybit_rect_t clear_rect = {rect.left, rect.top, local
511 ret = copybit->clear(copybit, &buf, &clear_rect);
    [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 512 VkClearRect clear_rect = {{{0, 0}, {static_cast<uint32_t>(m_width), static_cast<uint32_t>(m_height)}}, 0, 0}; local
514 vkCmdClearAttachments(m_commandBuffer->GetBufferHandle(), 1, &color_attachment, 1, &clear_rect);
7762 VkClearRect clear_rect = {{{0, 0}, {32, 32}}}; local
9605 VkClearRect clear_rect = {{{0, 0}, {(uint32_t)m_width, (uint32_t)m_height}}}; local
    [all...]

Completed in 672 milliseconds