Searched refs:get_int_from_mdnode (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.c | 1981 get_int_from_mdnode(const struct dxil_mdnode *mdnode, int subnode) in get_int_from_mdnode() function 1997 kind = (enum dxil_resource_kind)get_int_from_mdnode(mdnode, 6); in fill_res_props_dwords() 1999 sample_count = get_int_from_mdnode(mdnode, 7); in fill_res_props_dwords() 2002 kind = (enum dxil_resource_kind)get_int_from_mdnode(mdnode, 6); in fill_res_props_dwords() 2004 get_int_from_mdnode(mdnode, 9), in fill_res_props_dwords() 2005 get_int_from_mdnode(mdnode, 7), in fill_res_props_dwords() 2006 get_int_from_mdnode(mdnode, 8), in fill_res_props_dwords() 2015 …dwords[0] = get_sampler_res_props_dword(get_int_from_mdnode(mdnode, 6) == DXIL_SAMPLER_KIND_COMPAR… in fill_res_props_dwords() 2030 dwords[1] = get_int_from_mdnode(mdnode, 6); in fill_res_props_dwords() 2039 (enum dxil_component_type)get_int_from_mdnode( in fill_res_props_dwords()
|