Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c324 …LLVMValueRef tids_x[LP_MAX_VECTOR_LENGTH], tids_y[LP_MAX_VECTOR_LENGTH], tids_z[LP_MAX_VECTOR_LENG… in generate_compute() local
328 tids_y[i] = y_size_arg; in generate_compute()
332 tid_vals[1] = lp_build_gather_values(gallivm, tids_y, cs_type.length); in generate_compute()