Home
last modified time | relevance | path

Searched refs:s_max (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/compute/hs/gen/
Dmain.c816 uint32_t const s_max = merge->rows_bc; in hsg_bc_half_merge() local
819 for (uint32_t r_lo = 1; r_lo <= hsg_config.thread.regs; r_lo += s_max) in hsg_bc_half_merge()
823 uint32_t const s_count = MIN_MACRO(s_max,r_rem); in hsg_bc_half_merge()
/external/skqp/src/compute/hs/gen/
Dmain.c816 uint32_t const s_max = merge->rows_bc; in hsg_bc_half_merge() local
819 for (uint32_t r_lo = 1; r_lo <= hsg_config.thread.regs; r_lo += s_max) in hsg_bc_half_merge()
823 uint32_t const s_count = MIN_MACRO(s_max,r_rem); in hsg_bc_half_merge()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dext_inst.opencl_test.cpp214 CASE2(SMax, s_max),
/external/deqp-deps/SPIRV-Tools/test/
Dext_inst.opencl_test.cpp214 CASE2(SMax, s_max),
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c1952 int s_max = devinfo->num_slices; in init_oa_sys_vars() local
1984 for (s = 0; s < s_max; s++) { in init_oa_sys_vars()