Searched refs:unnorm (Results 1 – 3 of 3) sorted by relevance
42 %data.unnorm = call <4 x float> @llvm.R600.tex(47 ret <4 x float> %data.unnorm
1388 const bool& unnorm = m_params.unnormalizedCoordinates; in iterate() local1543 const bool anisotropyEnable = (!unnorm && m_params.solidColor && anisotropySupported); in iterate()1545 …const auto addressMode = (unnorm ? vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE : vk::VK_SAMPLER_A… in iterate()1546 const auto unnormalizedCoordinates = (unnorm ? VK_TRUE : VK_FALSE); in iterate()2037 const auto& unnorm = unnormalizedCoordinates[unIdx]; in createExactSamplingTests() local2038 …cu::TestCaseGroup> coordGroup (new tcu::TestCaseGroup(testCtx, unnorm.name.c_str(), unnorm.desc.c_… in createExactSamplingTests()2043 …const ExactSamplingCase::Params params = { format, unnorm.unnormalized, solid.first, edges.offset … in createExactSamplingTests()
1300 LLVMValueRef unnorm = NULL; in lower_gather4_integer() local1314 unnorm = LLVMBuildICmp(ctx->builder, LLVMIntEQ, sampler0, ctx->i32_1, ""); in lower_gather4_integer()1319 if (wa_8888 || unnorm) { in lower_gather4_integer()1320 assert(!(wa_8888 && unnorm)); in lower_gather4_integer()1321 LLVMValueRef not_needed = wa_8888 ? wa_8888 : unnorm; in lower_gather4_integer()1346 if (wa_8888 || unnorm) { in lower_gather4_integer()