Searched refs:unnorm (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineSamplerTests.cpp | 1466 const bool& unnorm = m_params.unnormalizedCoordinates; in iterate() local 1619 const auto addressMode = (unnorm ? vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE : vk::VK_SAMPLER_ADDRESS_MODE_REPEAT); in iterate() 1620 const auto unnormalizedCoordinates = (unnorm ? VK_TRUE : VK_FALSE); in iterate() 2122 const auto& unnorm = unnormalizedCoordinates[unIdx]; in createExactSamplingTests() local 2123 de::MovePtr<tcu::TestCaseGroup> coordGroup (new tcu::TestCaseGroup(testCtx, unnorm.name.c_str(), unnorm.desc.c_str())); in createExactSamplingTests() 2128 const ExactSamplingCase::Params params = { pipelineConstructionType, format, unnorm.unnormalized, solid.first, edges.offset }; in createExactSamplingTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSamplerTests.cpp | 1485 const bool& unnorm = m_params.unnormalizedCoordinates; in iterate() local 1638 const auto addressMode = (unnorm ? vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE : vk::VK_SAMPLER_ADDRESS_MODE_REPEAT); in iterate() 1639 const auto unnormalizedCoordinates = (unnorm ? VK_TRUE : VK_FALSE); in iterate() 2521 const auto& unnorm = unnormalizedCoordinates[unIdx]; in createExactSamplingTests() local 2522 de::MovePtr<tcu::TestCaseGroup> coordGroup (new tcu::TestCaseGroup(testCtx, unnorm.name.c_str())); in createExactSamplingTests() 2527 const ExactSamplingCase::Params params = { pipelineConstructionType, format, unnorm.unnormalized, solid.first, edges.offset }; in createExactSamplingTests()
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.c | 1488 LLVMValueRef unnorm = NULL; in lower_gather4_integer() local 1502 unnorm = LLVMBuildICmp(ctx->builder, LLVMIntEQ, sampler0, ctx->i32_1, ""); in lower_gather4_integer() 1507 if (wa_8888 || unnorm) { in lower_gather4_integer() 1508 assert(!(wa_8888 && unnorm)); in lower_gather4_integer() 1509 LLVMValueRef not_needed = wa_8888 ? wa_8888 : unnorm; in lower_gather4_integer() 1534 if (wa_8888 || unnorm) { in lower_gather4_integer()
|
Completed in 18 milliseconds