Home
last modified time | relevance | path

Searched refs:cs_type (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c86 struct lp_type cs_type; in generate_compute() local
96 memset(&cs_type, 0, sizeof cs_type); in generate_compute()
97 cs_type.floating = TRUE; /* floating point values */ in generate_compute()
98 cs_type.sign = TRUE; /* values are signed */ in generate_compute()
99 cs_type.norm = FALSE; /* values are not limited to [0,1] or [-1,1] */ in generate_compute()
100 cs_type.width = 32; /* 32-bit float */ in generate_compute()
101 cs_type.length = MIN2(lp_native_vector_width / 32, 16); /* n*4 elements per vector */ in generate_compute()
188 LLVMValueRef vec_length = lp_build_const_int32(gallivm, cs_type.length); in generate_compute()
350 for (i = 0; i < cs_type in generate_compute()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_macsec_qca.c489 fal_cipher_suite_e cs_type; in macsec_qca_set_current_cipher_suite() local
500 cs_type = macsec_qca_cs_type_get(cs); in macsec_qca_set_current_cipher_suite()
501 return nss_macsec_secy_cipher_suite_set(drv->secy_id, cs_type); in macsec_qca_set_current_cipher_suite()
/third_party/libdrm/tests/amdgpu/
H A Dbasic_tests.c342 enum cs_type { enum
2495 int cs_type, in amdgpu_dispatch_load_cs_shader()
2501 switch (cs_type) { in amdgpu_dispatch_load_cs_shader()
2802 enum cs_type cs_type; in amdgpu_memcpy_dispatch_test() local
2823 cs_type = hang ? CS_HANG : CS_BUFFERCOPY; in amdgpu_memcpy_dispatch_test()
2824 r = amdgpu_dispatch_load_cs_shader(ptr_shader, cs_type, version); in amdgpu_memcpy_dispatch_test()
2494 amdgpu_dispatch_load_cs_shader(uint8_t *ptr, int cs_type, uint32_t version) amdgpu_dispatch_load_cs_shader() argument

Completed in 10 milliseconds