Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c85 struct lp_type cs_type; in generate_compute() local
95 memset(&cs_type, 0, sizeof cs_type); in generate_compute()
96 cs_type.floating = TRUE; /* floating point values */ in generate_compute()
97 cs_type.sign = TRUE; /* values are signed */ in generate_compute()
98 cs_type.norm = FALSE; /* values are not limited to [0,1] or [-1,1] */ in generate_compute()
99 cs_type.width = 32; /* 32-bit float */ in generate_compute()
100 cs_type.length = MIN2(lp_native_vector_width / 32, 16); /* n*4 elements per vector */ in generate_compute()
183 LLVMValueRef vec_length = lp_build_const_int32(gallivm, cs_type.length); in generate_compute()
326 for (i = 0; i < cs_type.length; i++) { in generate_compute()
331 tid_vals[0] = lp_build_gather_values(gallivm, tids_x, cs_type.length); in generate_compute()
[all …]
/external/wpa_supplicant_8/src/drivers/
Ddriver_macsec_qca.c467 fal_cipher_suite_e cs_type; in macsec_qca_set_current_cipher_suite() local
478 cs_type = macsec_qca_cs_type_get(cs); in macsec_qca_set_current_cipher_suite()
479 return nss_macsec_secy_cipher_suite_set(drv->secy_id, cs_type); in macsec_qca_set_current_cipher_suite()
/external/libdrm/tests/amdgpu/
Dbasic_tests.c336 enum cs_type { enum
2342 int cs_type) in amdgpu_dispatch_load_cs_shader() argument
2347 switch (cs_type) { in amdgpu_dispatch_load_cs_shader()
2598 enum cs_type cs_type; in amdgpu_memcpy_dispatch_test() local
2619 cs_type = hang ? CS_HANG : CS_BUFFERCOPY; in amdgpu_memcpy_dispatch_test()
2620 r = amdgpu_dispatch_load_cs_shader(ptr_shader, cs_type); in amdgpu_memcpy_dispatch_test()