HomeSort by relevance Sort by last modified time
    Searched full:anisotropyenable (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/mesa3d/src/intel/vulkan/
genX_state.c 94 vk_to_gen_tex_filter(VkFilter filter, bool anisotropyEnable)
100 return anisotropyEnable ? MAPFILTER_ANISOTROPIC : MAPFILTER_NEAREST;
102 return anisotropyEnable ? MAPFILTER_ANISOTROPIC : MAPFILTER_LINEAR;
186 pCreateInfo->anisotropyEnable),
188 pCreateInfo->anisotropyEnable),
  /external/skia/src/gpu/vk/
GrVkSampler.cpp 51 createInfo.anisotropyEnable = VK_FALSE;
  /external/skqp/src/gpu/vk/
GrVkSampler.cpp 51 createInfo.anisotropyEnable = VK_FALSE;
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrViewTests.cpp 544 VK_FALSE, // anisotropyEnable
565 VK_FALSE, // anisotropyEnable
vktYCbCrImageQueryTests.cpp 389 VK_FALSE, // anisotropyEnable
537 VK_FALSE, // anisotropyEnable
vktYCbCrFormatTests.cpp 352 VK_FALSE, // anisotropyEnable
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 497 vk::VkBool32 anisotropyEnable = VK_FALSE,
vktDrawCreateInfoUtil.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.cpp     [all...]
vk_safe_struct.h 689 VkBool32 anisotropyEnable;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageTests.cpp 230 VK_FALSE, // VkBool32 anisotropyEnable;
vktPipelineImageViewTests.cpp 212 VK_FALSE, // VkBool32 anisotropyEnable;
vktPipelineSamplerTests.cpp 309 VK_FALSE, // VkBool32 anisotropyEnable;
    [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation_utils.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
vkStructTypes.inl 831 VkBool32 anisotropyEnable;
    [all...]
  /cts/tests/tests/graphics/jni/
VulkanTestHelpers.cpp 357 .anisotropyEnable = VK_FALSE,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 80 VK_FALSE, // anisotropyEnable
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicGeometryShaderTests.cpp 465 VK_FALSE, // VkBool32 anisotropyEnable;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringExplicitLodTests.cpp 528 VK_FALSE, // anisotropyEnable
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/jniLibs/armeabi-v7a/
libVkLayer_image.so 
libVkLayer_threading.so 
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/jniLibs/mips/
libVkLayer_threading.so 
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/jniLibs/x86/
libVkLayer_threading.so 

Completed in 793 milliseconds

1 2 3