Home
last modified time | relevance | path

Searched refs:unnorm (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/libclc/r600/lib/image/
Dread_image_impl.ll42 %data.unnorm = call <4 x float> @llvm.R600.tex(
47 ret <4 x float> %data.unnorm
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp1388 const bool& unnorm = m_params.unnormalizedCoordinates; in iterate() local
1543 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() local
2038 …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()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c1300 LLVMValueRef unnorm = NULL; in lower_gather4_integer() local
1314 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()