Home
last modified time | relevance | path

Searched refs:total_results (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/basic/
Dtest_vector_creation.cpp64 int total_results = 0; in create_kernel() local
142 if (skip_to_result == 0 || total_results >= skip_to_result) { in create_kernel()
172 total_results++; in create_kernel()
212 …get_explicit_type_name(type), size_names[number_of_sizes-1], total_results, total_program_length/1… in create_kernel()
215 return total_results; in create_kernel()
/external/pdfium/core/fpdfapi/render/
Dcpdf_rendershading.cpp94 const uint32_t total_results = GetValidatedOutputsCount(funcs, pCS); in DrawAxialShading() local
95 if (total_results == 0) in DrawAxialShading()
124 GetShadingSteps(t_min, t_max, funcs, pCS, alpha, total_results); in DrawAxialShading()
162 const uint32_t total_results = GetValidatedOutputsCount(funcs, pCS); in DrawRadialShading() local
163 if (total_results == 0) in DrawRadialShading()
188 GetShadingSteps(t_min, t_max, funcs, pCS, alpha, total_results); in DrawRadialShading()
261 const uint32_t total_results = GetValidatedOutputsCount(funcs, pCS); in DrawFuncShading() local
262 if (total_results == 0) in DrawFuncShading()
283 ASSERT(total_results >= CountOutputsFromFunctions(funcs)); in DrawFuncShading()
284 ASSERT(total_results >= pCS->CountComponents()); in DrawFuncShading()
[all …]