Home
last modified time | relevance | path

Searched refs:conservative (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dexpand.c55 static int conservative; variable
123 if (!conservative && value != 0 && value != 1) in cast_value()
134 if (!Wcast_truncate || conservative) in cast_value()
298 if (!conservative) in simplify_int_binop()
302 if (!conservative) in simplify_int_binop()
383 if (!conservative) in simplify_float_binop()
596 if (!conservative) in expand_assignment()
792 if (!conservative) in simplify_preop()
1427 const int saved = conservative; in expr_truth_value()
1437 conservative in expr_truth_value()
[all...]
/third_party/node/deps/v8/src/heap/base/asm/ia32/
H A Dpush_registers_masm.S14 ;; Push all callee-saved registers to get them on the stack for conservative
/third_party/node/deps/v8/src/heap/base/asm/x64/
H A Dpush_registers_masm.S12 ;; Push all callee-saved registers to get them on the stack for conservative
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp3581 const auto conservative = findStructure<VkPipelineRasterizationConservativeStateCreateInfoEXT>(pointerToCreateInfo->pRasterizationState->pNext); in buildPipeline() local
3582 if (conservative) in buildPipeline()
3584 state->conservativeRasterizationMode = conservative->conservativeRasterizationMode; in buildPipeline()
3585 state->extraPrimitiveOverestimationSize = conservative->extraPrimitiveOverestimationSize; in buildPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp1225 // Bump up m_maxLineWidth for conservative rasterization in BaseLineTestInstance()
2822 TCU_THROW(InternalError, "Non-conservative mode tests are not supported by this class"); in checkSupport()
3203 TCU_THROW(InternalError, "Unknown conservative rasterization mode");
3305 // Allow implementations that need to be extra conservative with degenerate triangles,
3979 TCU_THROW(InternalError, "Unknown conservative rasterization mode");
4490 << "Testing conservative point rendering "
4521 TCU_THROW(InternalError, "Unknown conservative rasterization mode");
8332 // .conservative
8396 tcu::TestCaseGroup* const conservative = new tcu::TestCaseGroup(testCtx, "conservative", "Conservativ
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp1222 // Bump up m_maxLineWidth for conservative rasterization in BaseLineTestInstance()
2570 TCU_THROW(InternalError, "Non-conservative mode tests are not supported by this class"); in checkSupport()
2951 TCU_THROW(InternalError, "Unknown conservative rasterization mode");
3053 // Allow implementations that need to be extra conservative with degenerate triangles,
3727 TCU_THROW(InternalError, "Unknown conservative rasterization mode");
4238 << "Testing conservative point rendering "
4269 TCU_THROW(InternalError, "Unknown conservative rasterization mode");
7205 // .conservative
7269 tcu::TestCaseGroup* const conservative = new tcu::TestCaseGroup(testCtx, "conservative", "Conservativ
[all...]

Completed in 27 milliseconds