Home
last modified time | relevance | path

Searched refs:tids_x (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
327 tids_x[i] = LLVMBuildAdd(gallivm->builder, base_val, lp_build_const_int32(gallivm, i), ""); in generate_compute()
331 tid_vals[0] = lp_build_gather_values(gallivm, tids_x, cs_type.length); in generate_compute()