HomeSort by relevance Sort by last modified time
    Searched full:tiling (Results 101 - 125 of 271) sorted by null

1 2 3 45 6 7 8 91011

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 44 : CPDF_Pattern(TILING, pDoc, pPatternObj, parentMatrix) {
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
LinearGradient_Delegate.java 89 * @param tile The Shader tiling mode
RadialGradient_Delegate.java 87 * @param tile The Shader tiling mode
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesMipmapSparseResidency.cpp 202 imageSparseInfo.tiling = VK_IMAGE_TILING_OPTIMAL; //VkImageTiling tiling;
219 imageSparseInfo.tiling,
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 345 /* Buffer tiling.
411 /* This is the level tiling flags were last time set for.
412 * It's used to prevent redundant tiling-flags changes from happening.*/
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_misc_state.c 451 assert(intel->gen < 6 || region->tiling == I915_TILING_Y);
452 assert(!hiz_region || region->tiling == I915_TILING_Y);
488 ((region->tiling != I915_TILING_NONE) << 27) |
gen6_blorp.cpp 446 uint32_t tiling = surface->map_stencil_as_y_tiled local
448 : brw_get_surface_tiling_bits(region->tiling);
452 surf[3] = (tiling |
    [all...]
gen7_blorp.cpp 185 uint32_t tiling = surface->map_stencil_as_y_tiled local
186 ? I915_TILING_Y : region->tiling;
187 gen7_set_surface_tiling(surf, tiling);
brw_wm_surface_state.c 633 brw_get_surface_tiling_bits(uint32_t tiling)
635 switch (tiling) {
    [all...]
gen7_misc_state.c 187 assert(region->tiling == I915_TILING_Y);
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 566 it->tiling == create_info_.tiling) {
613 create_info_.tiling == VK_IMAGE_TILING_LINEAR &&
layer_validation_tests.cpp 612 image_create_info.tiling = VK_IMAGE_TILING_LINEAR;
692 // .tiling = VK_IMAGE_TILING_LINEAR,
766 image_create_info.tiling = VK_IMAGE_TILING_LINEAR;
880 /* TODO: Update for changes due to bug-14075 tiling across render passes */
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_video.h 497 int tiling; member in struct:psb_surface_share_info_s
640 unsigned int tiling; /* the memory is tiling or not */ member in struct:_PsbSurfaceAttributeTPI
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 218 C2D_SOURCE_TILE_BIT = (1 << 3), /* enables source surface tiling */
225 C2D_MASK_TILE_BIT = (1 << 10), /* enables mask surface tiling */
247 C2D_TARGET_MASK_TILE = (1 << 6), /* enables mask tiling */
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 218 C2D_SOURCE_TILE_BIT = (1 << 3), /* enables source surface tiling */
225 C2D_MASK_TILE_BIT = (1 << 10), /* enables mask surface tiling */
247 C2D_TARGET_MASK_TILE = (1 << 6), /* enables mask tiling */
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 218 C2D_SOURCE_TILE_BIT = (1 << 3), /* enables source surface tiling */
225 C2D_MASK_TILE_BIT = (1 << 10), /* enables mask surface tiling */
247 C2D_TARGET_MASK_TILE = (1 << 6), /* enables mask tiling */
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 218 C2D_SOURCE_TILE_BIT = (1 << 3), /* enables source surface tiling */
225 C2D_MASK_TILE_BIT = (1 << 10), /* enables mask surface tiling */
247 C2D_TARGET_MASK_TILE = (1 << 6), /* enables mask tiling */
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 218 C2D_SOURCE_TILE_BIT = (1 << 3), /* enables source surface tiling */
225 C2D_MASK_TILE_BIT = (1 << 10), /* enables mask surface tiling */
247 C2D_TARGET_MASK_TILE = (1 << 6), /* enables mask tiling */
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 219 C2D_SOURCE_TILE_BIT = (1 << 3), /* enables source surface tiling */
226 C2D_MASK_TILE_BIT = (1 << 10), /* enables mask surface tiling */
248 C2D_TARGET_MASK_TILE = (1 << 6), /* enables mask tiling */
    [all...]
  /external/mesa3d/docs/
relnotes-7.10.html     [all...]
  /external/libdrm/intel/
intel_decode.c 1793 const char *tiling; local
2168 const char *name, *tiling; local
    [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_7.sh 211 run_test "spec/ARB_pixel_buffer_object/pbo-teximage-tiling" 0.0 "bin/pbo-teximage-tiling -auto"
212 run_test "spec/ARB_pixel_buffer_object/pbo-teximage-tiling-2" 0.0 "bin/pbo-teximage-tiling-2 -auto"
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp 58 vk::VkImageTiling tiling);
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 211 VkImageTiling tiling; member in struct:vkt::__anon9910::ImageParameters
247 imageCreateParams.tiling = imageParameters.tiling;
726 imageParameters.tiling = VK_IMAGE_TILING_OPTIMAL;
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_image.c 141 /* Note that Z/stencil surfaces use a different tiling size than

Completed in 2132 milliseconds

1 2 3 45 6 7 8 91011