Home
last modified time | relevance | path

Searched defs:address_mode (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_util.h189 tu6_tex_wrap(VkSamplerAddressMode address_mode) in tu6_tex_wrap()
/third_party/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h220 instr_addr_mode_t address_mode : 1; member
229 instr_addr_mode_t address_mode : 1; member
242 instr_addr_mode_t address_mode : 1; member
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c994 unsigned address_mode = conf ? conf->args[i].sampler.addressing_mode : 0u; in clc_spirv_to_dxil() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c1777 unsigned vstride, width, hstride, type_size, reg, subreg, address_mode; in special_requirements_for_handling_double_precision_data_types() local
Dbrw_reg.h223 unsigned address_mode:1; /* relative addressing, hopefully! */ member
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c7109 radv_tex_wrap(VkSamplerAddressMode address_mode) in radv_tex_wrap()