Home
last modified time | relevance | path

Searched refs:maxInput (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c181 int maxInput; member
211 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last); in pstip_transform_decl()
277 wincoordInput = pctx->maxInput + 1; in pstip_transform_prolog()
389 transform.maxInput = -1; in util_pstipple_create_fragment_shader()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTapLatencyAnalyser.java90 float maxInput = 0.0f; in fillPeakBuffer() local
94 if (input > maxInput) { in fillPeakBuffer()
95 maxInput = input; in fillPeakBuffer()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aaline.c109 int maxInput, maxGeneric; /**< max input index found */ member
129 if ((int) decl->Range.Last > aactx->maxInput) in aa_transform_decl()
130 aactx->maxInput = decl->Range.Last; in aa_transform_decl()
178 tgsi_transform_input_decl(ctx, aactx->maxInput + 1, in aa_transform_prolog()
208 tgsi_transform_src_reg(&inst.Src[1], TGSI_FILE_INPUT, aactx->maxInput + 1, in aa_transform_epilog()
211 tgsi_transform_src_reg(&inst.Src[0], TGSI_FILE_INPUT, aactx->maxInput + 1, in aa_transform_epilog()
287 transform.maxInput = -1; in generate_aaline_fs()
Ddraw_pipe_aapoint.c124 int maxInput, maxGeneric; /**< max input index found */ member
145 if ((int) decl->Range.Last > aactx->maxInput) in aa_transform_decl()
146 aactx->maxInput = decl->Range.Last; in aa_transform_decl()
174 const int texInput = aactx->maxInput + 1; in aa_transform_prolog()
374 transform.maxInput = -1; in generate_aapoint_fs()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMaxVaryingsTests.cpp1000 deInt32 maxInput = getMaxIOComponents(true, param.inputStage, properties); in test() local
1002 data = deMin32(maxOutput, maxInput); in test()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMaxVaryingsTests.cpp1000 deInt32 maxInput = getMaxIOComponents(true, param.inputStage, properties); in test() local
1002 data = deMin32(maxOutput, maxInput); in test()