Searched defs:root_params (Results 1 – 4 of 4) sorted by relevance
134 D3D12_ROOT_PARAMETER1 root_params[DZN_META_INDIRECT_DRAW_MAX_PARAM_COUNT]; in dzn_meta_indirect_draw_init() local273 D3D12_ROOT_PARAMETER1 root_params[DZN_META_TRIANGLE_FAN_REWRITE_IDX_MAX_PARAM_COUNT]; in dzn_meta_triangle_fan_rewrite_index_init() local572 D3D12_ROOT_PARAMETER1 root_params[4] = { in dzn_meta_blit_create() local
749 D3D12_ROOT_PARAMETER1 root_params[MAX_ROOT_PARAMS] = { 0 }; in dzn_pipeline_layout_create() local
118 D3D12_ROOT_PARAMETER1 root_params[D3D12_GFX_SHADER_STAGES * D3D12_NUM_BINDING_TYPES]; in create_root_signature() local
1088 [[nodiscard]] int VerifyRoot(const CertParams& root_params) { in VerifyRoot()