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

12 3 4 5 6 7 8 91011

  /external/skia/tests/
VkUploadPixelsTests.cpp 67 // the expectation is that the given config is texturable/renderable with optimal tiling
68 // but may not be with linear tiling
  /frameworks/base/graphics/java/android/graphics/
LinearGradient.java 50 @param tile The Shader tiling mode
78 @param tile The Shader tiling mode
  /hardware/intel/common/libva/va/
va_tpi.h 57 unsigned int tiling; /* the memory is tiling or not */ member in struct:_VASurfaceAttributeTPI
  /hardware/intel/img/psb_video/src/
psb_surface.h 93 #define SET_SURFACE_INFO_tiling(psb_surface, tiling) psb_surface->extra_info[7] = (uint32_t) tiling;
psb_surface_attrib.c 116 if (graphic_buffers->tiling)
271 unsigned int tiling
391 psb_surface->extra_info[7] = tiling;
425 unsigned int tiling
529 psb_surface->extra_info[7] = tiling;
771 int tiling; local
775 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Create %d surface(%dx%d) with type %d, tiling is %d\n",
776 num_surfaces, width, height, attribute_tpi->type, attribute_tpi->tiling);
778 tiling = attribute_tpi->tiling;
    [all...]
psb_surface.c 53 int tiling = GET_SURFACE_INFO_tiling(psb_surface); local
54 if (tiling)
75 if (tiling) {
120 if (tiling) {
  /external/mesa3d/src/gallium/drivers/i915/
i915_screen.h 50 boolean tiling; member in struct:i915_screen::__anon19657
i915_resource_texture.c 178 if (!is->debug.tiling)
216 tex->tiling = I915_TILE_X;
254 tex->tiling = I915_TILE_X;
959 tex->tiling = I915_TILE_NONE;
961 tex->tiling = i915_texture_tiling(is, tex);
982 &tex->tiling, buf_usage);
986 I915_DBG(DBG_TEXTURE, "%s: %p stride %u, blocks (%u, %u) tiling %s\n", __func__,
989 tex->total_nblocksy, get_tiling_string(tex->tiling));
1008 enum i915_winsys_buffer_tile tiling; local
1012 buffer = iws->buffer_from_handle(iws, whandle, &tiling, &stride)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_clear.c 126 * the tiling bits to determine how to clear. */
135 if (stencilRegion->tiling == I915_TILING_Y ||
155 if (irb->tiling == I915_TILING_Y || tri_mask & BUFFER_BIT_STENCIL)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.cpp 80 * up for W tiling, so we'll need to use Y tiling and have the WM
121 * adjusted to account for Y vs. W tiling differences. So we compute it
brw_blorp_blit.cpp 385 * For X tiling, tile() combines together the low-order bits of the X and Y
405 * (In all tiling formulas, cpp is the number of bytes occupied by a single
410 * For Y tiling, tile() combines together the low-order bits of the X and Y
432 * For W tiling, tile() combines together the low-order bits of the X and Y
434 * bytes wide and 64 rows high (note that W tiling is only used for stencil
599 * necessary because after conversion between W and Y tiling, there's no
608 * translate the tiling and sample count for the texture surface. So
610 * tiling and sample count.
644 /* Render target and texture hardware don't support W tiling. */
649 * coordinates supplied to the WM thread and the tiling and sample count o
    [all...]
brw_state.h 188 uint32_t brw_get_surface_tiling_bits(uint32_t tiling);
208 void gen7_set_surface_tiling(struct gen7_surface_state *surf, uint32_t tiling);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_copy.c 108 if (intelImage->mt->region->tiling == I915_TILING_Y) {
127 region->tiling,
131 intelImage->mt->region->tiling,
intel_tex_subimage.c 66 /* The blitter can't handle Y tiling */
67 if (intelImage->mt->region->tiling == I915_TILING_Y)
140 intelImage->mt->region->tiling,
intel_screen.c 58 DRI_CONF_DESC(en, "Enable texture tiling")
386 uint32_t tiling; local
389 tiling = I915_TILING_X;
393 tiling = I915_TILING_NONE;
399 intel_region_alloc(intelScreen, tiling, cpp, width, height, true);
564 image->region->tiling = parent->region->tiling;
893 uint32_t tiling = I915_TILING_X; local
898 &tiling, &aligned_pitch, flags);
902 drm_intel_bo_get_tiling(buffer, &tiling, &swizzle_mode)
    [all...]
  /external/skia/include/c/
sk_shader.h 43 @param mode The tiling mode
71 @param tileMode The tiling mode
126 @param tileMode The tiling mode
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
RotationBufferProvider.cpp 142 int allignment = 16 * 2048; // tiling row stride aligned
200 vaSurfaceAttrib->tiling = payload->tiling;
244 ETRACE("Attributes: target: %d, width: %d, height %d, bufferHeight %d, tiling %d",
245 isTarget, width, height, bufferHeight, payload->tiling);
393 payload->tiling = 1;
528 payload->tiling = 1;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
RotationBufferProvider.cpp 142 int allignment = 16 * 2048; // tiling row stride aligned
199 vaSurfaceAttrib->tiling = payload->tiling;
243 ELOGTRACE("Attributes: target: %d, width: %d, height %d, bufferHeight %d, tiling %d",
244 isTarget, width, height, bufferHeight, payload->tiling);
392 payload->tiling = 1;
521 payload->tiling = 1;
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_state.h 70 /* Edge fill color for VG_TILE_FILL tiling mode */
  /external/skia/src/core/
SkDeviceLooper.h 16 * Helper class to manage "tiling" a large coordinate space into managable
SkSpecialSurface.h 24 * - it can't be used for tiling
  /external/skia/src/pdf/
SkPDFShader.h 70 * inside a tiling pattern while providing a common pattern interface.
  /hardware/qcom/display/msm8960/libtilerenderer/
tilerenderer.cpp 73 //clear off all errors before tiling, if any
  /external/libdrm/radeon/
radeon_surface.c 411 /* tiling mode */
431 fprintf(stderr, "radeon: Cannot use 2D tiling for an MSAA surface (%i).\n", __LINE__);
449 /* check tiling mode */
719 fprintf(stderr, "radeon: Cannot use 2D tiling for an MSAA surface (%i).\n", __LINE__);
840 /* tiling mode */
865 /* check tiling mode */
909 /* tiling mode */
973 * tiling on small surface rather than falling back to 1D tiling.
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkQueryUtil.hpp 43 VkImageFormatProperties getPhysicalDeviceImageFormatProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags);
44 std::vector<VkSparseImageFormatProperties> getPhysicalDeviceSparseImageFormatProperties(const InstanceInterface& vk, VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkSampleCountFlagBits samples, VkImageUsageFlags usage, VkImageTiling tiling);

Completed in 1024 milliseconds

12 3 4 5 6 7 8 91011