Searched refs:DESC_SET (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_texture_desc.c | 187 #define DESC_SET(x, y) buf[(TEXDESC_##x)>>2] = (y) in etna_create_sampler_view_desc() macro 188 DESC_SET(CONFIG0, COND(!ext && !astc, VIVS_TE_SAMPLER_CONFIG0_FORMAT(format)) in etna_create_sampler_view_desc() 192 DESC_SET(CONFIG1, COND(ext, VIVS_TE_SAMPLER_CONFIG1_FORMAT_EXT(format)) | in etna_create_sampler_view_desc() 196 DESC_SET(CONFIG2, 0x00030000 | in etna_create_sampler_view_desc() 199 DESC_SET(LINEAR_STRIDE, res->levels[0].stride); in etna_create_sampler_view_desc() 200 DESC_SET(VOLUME, etna_log2_fixp88(base_depth)); in etna_create_sampler_view_desc() 201 DESC_SET(SLICE, res->levels[0].layer_stride); in etna_create_sampler_view_desc() 202 DESC_SET(3D_CONFIG, VIVS_TE_SAMPLER_3D_CONFIG_DEPTH(base_depth)); in etna_create_sampler_view_desc() 203 DESC_SET(ASTC0, COND(astc, VIVS_NTE_SAMPLER_ASTC0_ASTC_FORMAT(format)) | in etna_create_sampler_view_desc() 207 DESC_SET(BASELO in etna_create_sampler_view_desc() 215 #undef DESC_SET etna_create_sampler_view_desc() macro [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_intrinsics.py | 676 indices=[DESC_SET, BINDING, DESC_TYPE], 1173 intrinsic("bindless_resource_ir3", [1], dest_comp=1, indices=[DESC_SET], flags=[CAN_ELIMINATE, CAN_REORDER])
|
Completed in 4 milliseconds