Home
last modified time | relevance | path

Searched defs:max_loc (Results 1 – 9 of 9) sorted by relevance

/external/ComputeLibrary/src/runtime/CL/functions/
DCLMinMaxLocation.cpp47 … *input, void *min, void *max, CLCoordinates2DArray *min_loc, CLCoordinates2DArray *max_loc, uint3… in configure()
52 …CLImage *input, void *min, void *max, CLCoordinates2DArray *min_loc, CLCoordinates2DArray *max_loc, in configure()
/external/ComputeLibrary/src/core/CL/kernels/
DCLMinMaxLocationKernel.cpp176 …min_max, cl::Buffer *min_max_count, ICLCoordinates2DArray *min_loc, ICLCoordinates2DArray *max_loc) in configure()
182 ICLCoordinates2DArray *max_loc) in configure()
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEMinMaxLocation.cpp39 …e *input, void *min, void *max, ICoordinates2DArray *min_loc, ICoordinates2DArray *max_loc, uint32… in configure()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_context.h80 unsigned max_loc; member
Dfd5_emit.c682 unsigned max_loc = fd5_context(ctx)->max_loc; in fd5_emit_state() local
/external/ComputeLibrary/src/core/NEON/kernels/
DNEMinMaxLocationKernel.cpp338 ICoordinates2DArray *min_loc, ICoordinates2DArray *max_loc, in configure()
/external/mesa3d/src/compiler/glsl/
Dlinker.cpp3417 unsigned max_loc = var->data.location + slots - 1; in reserve_explicit_locations() local
3483 unsigned max_loc = var->data.location + slots - 1; in reserve_subroutine_explicit_locations() local
Dast_to_hir.cpp3207 unsigned max_loc = qual_location + var->type->uniform_locations() - 1; in apply_explicit_location() local
/external/mesa3d/src/freedreno/ir3/
Dir3_shader.h851 uint8_t max_loc; member