Home
last modified time | relevance | path

Searched defs:root_params (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_meta.c134 D3D12_ROOT_PARAMETER1 root_params[DZN_META_INDIRECT_DRAW_MAX_PARAM_COUNT]; in dzn_meta_indirect_draw_init() local
273 D3D12_ROOT_PARAMETER1 root_params[DZN_META_TRIANGLE_FAN_REWRITE_IDX_MAX_PARAM_COUNT]; in dzn_meta_triangle_fan_rewrite_index_init() local
572 D3D12_ROOT_PARAMETER1 root_params[4] = { in dzn_meta_blit_create() local
H A Ddzn_descriptor_set.c749 D3D12_ROOT_PARAMETER1 root_params[MAX_ROOT_PARAMS] = { 0 }; in dzn_pipeline_layout_create() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_root_signature.cpp118 D3D12_ROOT_PARAMETER1 root_params[D3D12_GFX_SHADER_STAGES * D3D12_NUM_BINDING_TYPES]; in create_root_signature() local
/aosp_15_r20/external/cronet/net/cert/
H A Dcert_verify_proc_unittest.cc1088 [[nodiscard]] int VerifyRoot(const CertParams& root_params) { in VerifyRoot()