Home
last modified time | relevance | path

Searched refs:rsrc_word3 (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c994 uint32_t rsrc_word3 = in write_buffer_descriptor() local
999 rsrc_word3 |= S_008F0C_FORMAT(V_008F0C_GFX10_FORMAT_32_FLOAT) | in write_buffer_descriptor()
1002 rsrc_word3 |= S_008F0C_NUM_FORMAT(V_008F0C_BUF_NUM_FORMAT_FLOAT) | in write_buffer_descriptor()
1009 dst[3] = rsrc_word3; in write_buffer_descriptor()
Dradv_cmd_buffer.c3329 uint32_t offset, rsrc_word3; in radv_flush_vertex_descriptors() local
3342 rsrc_word3 = in radv_flush_vertex_descriptors()
3346 rsrc_word3 |= S_008F0C_FORMAT(ac_get_tbuffer_format(chip, dfmt, nfmt)); in radv_flush_vertex_descriptors()
3348 rsrc_word3 |= S_008F0C_NUM_FORMAT(nfmt) | S_008F0C_DATA_FORMAT(dfmt); in radv_flush_vertex_descriptors()
3351 rsrc_word3 = DST_SEL_XYZW | S_008F0C_FORMAT(V_008F0C_GFX10_FORMAT_32_UINT); in radv_flush_vertex_descriptors()
3353 rsrc_word3 = DST_SEL_XYZW | S_008F0C_NUM_FORMAT(V_008F0C_BUF_NUM_FORMAT_UINT) | in radv_flush_vertex_descriptors()
3366 desc[3] = rsrc_word3; in radv_flush_vertex_descriptors()
3423 desc[3] = rsrc_word3; in radv_flush_vertex_descriptors()
3440 rsrc_word3 |= S_008F0C_OOB_SELECT(oob_select) | S_008F0C_RESOURCE_LEVEL(1); in radv_flush_vertex_descriptors()
3446 desc[3] = rsrc_word3; in radv_flush_vertex_descriptors()
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.h146 uint32_t rsrc_word3[SI_MAX_ATTRIBS]; member
Dsi_state_draw.cpp1683 uint32_t rsrc_word3 = velems->rsrc_word3[index]; in si_set_vb_descriptor() local
1690 rsrc_word3 |= S_008F0C_OOB_SELECT(vb->stride ? V_008F0C_OOB_SELECT_STRUCTURED in si_set_vb_descriptor()
1696 desc[3] = rsrc_word3; in si_set_vb_descriptor()
Dsi_state.c4861 v->rsrc_word3[i] = S_008F0C_DST_SEL_X(si_map_swizzle(desc->swizzle[0])) | in si_create_vertex_elements()
4869 v->rsrc_word3[i] |= S_008F0C_FORMAT(fmt->img_format) | S_008F0C_RESOURCE_LEVEL(1); in si_create_vertex_elements()
4874 v->rsrc_word3[i] |= S_008F0C_NUM_FORMAT(num_format) | S_008F0C_DATA_FORMAT(data_format); in si_create_vertex_elements()