HomeSort by: relevance | last modified time | path
    Searched refs:maxAnisotropy (Results 1 - 21 of 21) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dvx_device.c 196 if (pCreateInfo->maxAnisotropy > 8)
198 else if (pCreateInfo->maxAnisotropy > 4)
200 else if (pCreateInfo->maxAnisotropy > 2)
  /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
vn_protocol_driver_sampler.h 113 size += vn_sizeof_float(&val->maxAnisotropy);
177 vn_encode_float(enc, &val->maxAnisotropy);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
svga3d_dx.h 1327 uint8 maxAnisotropy;
1352 uint8 maxAnisotropy;
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
genX_state.c 436 .MaximumAnisotropy = vk_to_gen_max_anisotropy(pCreateInfo->maxAnisotropy),
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
svga3d_dx.h 1368 uint8 maxAnisotropy;
1393 uint8 maxAnisotropy;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_cmd.h 594 uint8 maxAnisotropy,
svga_cmd_vgpu10.c 1026 uint8 maxAnisotropy,
1037 SVGA3D_COPY_BASIC_5(maxAnisotropy, comparisonFunc,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_cmd.h 594 uint8 maxAnisotropy,
svga_cmd_vgpu10.c 1026 uint8 maxAnisotropy,
1037 SVGA3D_COPY_BASIC_5(maxAnisotropy, comparisonFunc,
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
genX_state.c 866 .MaximumAnisotropy = vk_to_intel_max_anisotropy(pCreateInfo->maxAnisotropy),
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_device.c 2330 util_last_bit(MIN2((uint32_t)pCreateInfo->maxAnisotropy >> 1, 8)) : 0;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/
svga_dump.c 1874 SVGA3D_DUMP_PARAMETER(maxAnisotropy, u);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/
svga_dump.c 1874 SVGA3D_DUMP_PARAMETER(maxAnisotropy, u);
  /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
overlay.cpp 1174 sampler_info.maxAnisotropy = 1.0f;
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_device.c 4809 pCreateInfo->maxAnisotropy > 1.0f)
4810 return (uint32_t)pCreateInfo->maxAnisotropy;
  /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
overlay.cpp 1455 sampler_info.maxAnisotropy = 1.0f;
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_device.c 7246 if (pCreateInfo->anisotropyEnable && pCreateInfo->maxAnisotropy > 1.0f)
7247 return (uint32_t)pCreateInfo->maxAnisotropy;
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_execute.c 919 ss->max_anisotropy = samp->create_info.maxAnisotropy;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_context.c 375 sci.maxAnisotropy = state->max_anisotropy;
  /xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vulkan_core.h 2580 float maxAnisotropy;
  /xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_core.h 3215 float maxAnisotropy;

Completed in 98 milliseconds