Home
last modified time | relevance | path

Searched refs:cs_type (Results 1 – 5 of 5) 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/u-boot/drivers/ddr/marvell/a38x/
Dddr3_training_ip_engine.h61 enum hws_ddr_cs cs_type, u32 cs_num,
Dddr3_training_ip_engine.c345 enum hws_ddr_cs cs_type, u32 cs_num, in ddr3_tip_ip_training() argument
376 if (cs_type == CS_SINGLE) { in ddr3_tip_ip_training()
/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.c297 enum cs_type { enum
2058 int cs_type) in amdgpu_dispatch_load_cs_shader() argument
2063 switch (cs_type) { in amdgpu_dispatch_load_cs_shader()