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

1 23 4 5 6 7 8 91011

  /external/skia/include/effects/
SkGradientShader.h 43 @param mode The tiling mode
70 @param mode The tiling mode
  /frameworks/base/graphics/java/android/graphics/
RadialGradient.java 52 @param tileMode The Shader tiling mode
81 @param tileMode The Shader tiling mode
  /external/skia/include/core/
SkShader.h 32 * once (e.g. bitmap tiling or gradient) and then change its transparency
371 * @param tmx The tiling mode to use when sampling the bitmap in the x-direction.
372 * @param tmy The tiling mode to use when sampling the bitmap in the y-direction.
386 * @param tmx The tiling mode to use when sampling the bitmap in the x-direction.
387 * @param tmy The tiling mode to use when sampling the bitmap in the y-direction.
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 225 psb_surface->extra_info[7] = external_buffers->tiling;
352 external_buffers->tiling = 0;
394 obj_surface->share_info->tiling = external_buffers->tiling;
478 psb_surface->extra_info[7] = external_buffers->tiling;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.c 200 uint32_t tiling = I915_TILING_NONE; local
216 tiling = I915_TILING_Y;
224 * Our usual reason for preferring X tiling (fast blits using the
228 * So use Y tiling, since it makes better use of the cache.
230 tiling = I915_TILING_Y;
232 tiling = I915_TILING_X;
255 tiling = I915_TILING_NONE;
262 tiling,
707 0, src_mt->region->tiling,
709 0, dst_mt->region->tiling,
    [all...]
intel_blit.c 314 assert(region->tiling != I915_TILING_Y);
317 if (region->tiling != I915_TILING_NONE) {
573 assert(region->tiling != I915_TILING_Y);
576 if (region->tiling != I915_TILING_NONE) {
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_sampler.c 278 ms3_tiling_bits(enum i915_winsys_buffer_tile tiling)
282 switch (tiling) {
325 | ms3_tiling_bits(tex->tiling));
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_winsys.h 52 /* Tiling flags. */
194 * Return tiling flags describing a memory layout of a buffer object.
211 * Set tiling flags describing a memory layout of a buffer object.
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h 118 /** The tiling engine */
  /external/mesa3d/src/gallium/drivers/r300/
r300_chipset.h 63 * - Better MACRO_SWITCH in texture tiling
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_state.c 65 /* Edge fill color for VG_TILE_FILL tiling mode */
  /external/skia/bench/
TileBench.cpp 30 // filtering and the different tiling modes
  /external/skia/resources/
slides_content2.lua 79 -- compute bounding-box hierarchy for faster tiling
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 169 if (intelObj->mt->region->tiling != I915_TILING_NONE) {
171 if (intelObj->mt->region->tiling == I915_TILING_Y)
i915_texstate.c 178 if (intelObj->mt->region->tiling != I915_TILING_NONE) {
180 if (intelObj->mt->region->tiling == I915_TILING_Y)
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_wm_surface_state.c 65 gen7_set_surface_tiling(struct gen7_surface_state *surf, uint32_t tiling)
67 switch (tiling) {
113 assert(mcs_mt->region->tiling == I915_TILING_Y);
342 gen7_set_surface_tiling(surf, intelObj->mt->region->tiling);
429 gen7_set_surface_tiling(surf, I915_TILING_NONE); /* tiling now allowed */
566 gen7_set_surface_tiling(surf, region->tiling);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
i915_drm.h 666 /** Handle of the buffer to have its tiling state updated */
670 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
674 * kernel on successful return with the actual chosen tiling layout.
676 * The tiling mode may be demoted to I915_TILING_NONE when the system
697 /** Handle of the buffer to get tiling state for. */
701 * Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
i915_drm.h 690 /** Handle of the buffer to have its tiling state updated */
694 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
698 * kernel on successful return with the actual chosen tiling layout.
700 * The tiling mode may be demoted to I915_TILING_NONE when the system
721 /** Handle of the buffer to get tiling state for. */
725 * Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 692 VkImageTiling tiling = VK_IMAGE_TILING_OPTIMAL; local
699 tiling = VK_IMAGE_TILING_LINEAR;
701 tiling = VK_IMAGE_TILING_OPTIMAL;
704 << "Error: Cannot find requested tiling configuration";
707 tiling = VK_IMAGE_TILING_OPTIMAL;
709 tiling = VK_IMAGE_TILING_LINEAR;
712 << "Error: Cannot find requested tiling configuration";
721 imageCreateInfo.tiling = tiling;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseBinding.cpp 166 imageSparseInfo.tiling = VK_IMAGE_TILING_OPTIMAL; //VkImageTiling tiling;
183 imageSparseInfo.tiling,
  /external/kernel-headers/original/uapi/drm/
drm_fourcc.h 174 * Intel X-tiling layout
188 * Intel Y-tiling layout
203 * Intel Yf-tiling layout
i915_drm.h 874 /** Handle of the buffer to have its tiling state updated */
878 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
882 * kernel on successful return with the actual chosen tiling layout.
884 * The tiling mode may be demoted to I915_TILING_NONE when the system
905 /** Handle of the buffer to get tiling state for. */
909 * Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
    [all...]
  /external/libdrm/include/drm/
drm_fourcc.h 165 * Intel X-tiling layout
179 * Intel Y-tiling layout
194 * Intel Yf-tiling layout
i915_drm.h 880 /** Handle of the buffer to have its tiling state updated */
884 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
888 * kernel on successful return with the actual chosen tiling layout.
890 * The tiling mode may be demoted to I915_TILING_NONE when the system
911 /** Handle of the buffer to get tiling state for. */
915 * Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.h 41 VKAPI_ATTR VkResult GetPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties* pImageFormatProperties);
64 VKAPI_ATTR void GetPhysicalDeviceSparseImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkSampleCountFlagBits samples, VkImageUsageFlags usage, VkImageTiling tiling, uint32_t* pPropertyCount, VkSparseImageFormatProperties* pProperties);

Completed in 429 milliseconds

1 23 4 5 6 7 8 91011