Searched refs:radv_tex_wrap (Results 1 – 1 of 1) sorted by relevance
7230 static unsigned radv_tex_wrap(VkSamplerAddressMode address_mode) in radv_tex_wrap() function7461 sampler->state[0] = (S_008F30_CLAMP_X(radv_tex_wrap(pCreateInfo->addressModeU)) | in radv_init_sampler()7462 S_008F30_CLAMP_Y(radv_tex_wrap(pCreateInfo->addressModeV)) | in radv_init_sampler()7463 S_008F30_CLAMP_Z(radv_tex_wrap(pCreateInfo->addressModeW)) | in radv_init_sampler()