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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c86 struct lp_type cs_type; local in function:generate_compute
96 memset(&cs_type, 0, sizeof cs_type);
97 cs_type.floating = TRUE; /* floating point values */
98 cs_type.sign = TRUE; /* values are signed */
99 cs_type.norm = FALSE; /* values are not limited to [0,1] or [-1,1] */
100 cs_type.width = 32; /* 32-bit float */
101 cs_type.length = MIN2(lp_native_vector_width / 32, 16); /* n*4 elements per vector */
187 LLVMValueRef vec_length = lp_build_const_int32(gallivm, cs_type.length);
349 for (i = 0; i < cs_type
[all...]
/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dshader_code.h38 enum cs_type { enum
H A Dshader_test_util.c46 enum cs_type cs_type; member in struct:shader_test_dispatch
202 shader_test_cs[test_priv->info->version][test_priv->shader_dispatch.cs_type].shader,
203 shader_test_cs[test_priv->info->version][test_priv->shader_dispatch.cs_type].shader_size);
355 const struct shader_test_cs_shader *cs_shader = &shader_test_cs[test_priv->info->version][test_priv->shader_dispatch.cs_type];
375 if (CS_BUFFERCLEAR == test_priv->shader_dispatch.cs_type) {
414 const struct shader_test_cs_shader *cs_shader = &shader_test_cs[test_priv->info->version][test_priv->shader_dispatch.cs_type];
437 if (CS_BUFFERCLEAR == test_priv->shader_dispatch.cs_type) {
475 const struct shader_test_cs_shader *cs_shader = &shader_test_cs[version][test_priv->shader_dispatch.cs_type];
504 if (CS_BUFFERCLEAR == test_priv->shader_dispatch.cs_type) {
[all...]
H A Dbasic_tests.c342 enum cs_type { enum

Completed in 8 milliseconds