Searched defs:minB (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 611 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isLinearCompareResultValid() local 1046 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isSeamlessLinearCompareResultValid() local
|
D | tcuTexLookupVerifier.cpp | 708 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isLinearSampleResultValid() local 775 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isLinearSampleResultValid() local 1486 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isSeamlessLinearSampleResultValid() local
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 6827 const uint32_t minB = pCreateInfo->pPushConstantRanges[j].offset; in CreatePipelineLayout() local
|