Home
last modified time | relevance | path

Searched refs:BytecodeLength (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dd3d11_4.h159 SIZE_T BytecodeLength,
165 SIZE_T BytecodeLength,
172 SIZE_T BytecodeLength,
179 SIZE_T BytecodeLength,
191 SIZE_T BytecodeLength,
198 SIZE_T BytecodeLength,
205 SIZE_T BytecodeLength,
212 SIZE_T BytecodeLength,
506 …e,BytecodeLength,ppInputLayout) (This)->lpVtbl->CreateInputLayout(This,pInputElementDescs,NumEleme…
507 …is,pShaderBytecode,BytecodeLength,pClassLinkage,ppVertexShader) (This)->lpVtbl->CreateVertexShader…
[all …]
Dd3d10_1.h872 SIZE_T BytecodeLength,
878 SIZE_T BytecodeLength,
884 SIZE_T BytecodeLength,
890 SIZE_T BytecodeLength,
899 SIZE_T BytecodeLength,
1087 …e,BytecodeLength,ppInputLayout) (This)->lpVtbl->CreateInputLayout(This,pInputElementDescs,NumEleme…
1088 …ader(This,pShaderBytecode,BytecodeLength,ppVertexShader) (This)->lpVtbl->CreateVertexShader(This,p…
1089 …er(This,pShaderBytecode,BytecodeLength,ppGeometryShader) (This)->lpVtbl->CreateGeometryShader(This…
1090BytecodeLength,pSODeclaration,NumEntries,OutputStreamStride,ppGeometryShader) (This)->lpVtbl->Crea…
1091 …hader(This,pShaderBytecode,BytecodeLength,ppPixelShader) (This)->lpVtbl->CreatePixelShader(This,pS…
[all …]
Dd3d11_2.h1750 SIZE_T BytecodeLength,
1756 SIZE_T BytecodeLength,
1763 SIZE_T BytecodeLength,
1770 SIZE_T BytecodeLength,
1782 SIZE_T BytecodeLength,
1789 SIZE_T BytecodeLength,
1796 SIZE_T BytecodeLength,
1803 SIZE_T BytecodeLength,
2019 …e,BytecodeLength,ppInputLayout) (This)->lpVtbl->CreateInputLayout(This,pInputElementDescs,NumEleme…
2020 …is,pShaderBytecode,BytecodeLength,pClassLinkage,ppVertexShader) (This)->lpVtbl->CreateVertexShader…
[all …]
Dd3d11_1.h3776 SIZE_T BytecodeLength,
3782 SIZE_T BytecodeLength,
3789 SIZE_T BytecodeLength,
3796 SIZE_T BytecodeLength,
3808 SIZE_T BytecodeLength,
3815 SIZE_T BytecodeLength,
3822 SIZE_T BytecodeLength,
3829 SIZE_T BytecodeLength,
4018 …e,BytecodeLength,ppInputLayout) (This)->lpVtbl->CreateInputLayout(This,pInputElementDescs,NumEleme…
4019 …is,pShaderBytecode,BytecodeLength,pClassLinkage,ppVertexShader) (This)->lpVtbl->CreateVertexShader…
[all …]
Dd3d11_3.h4624 SIZE_T BytecodeLength,
4630 SIZE_T BytecodeLength,
4637 SIZE_T BytecodeLength,
4644 SIZE_T BytecodeLength,
4656 SIZE_T BytecodeLength,
4663 SIZE_T BytecodeLength,
4670 SIZE_T BytecodeLength,
4677 SIZE_T BytecodeLength,
4961 …e,BytecodeLength,ppInputLayout) (This)->lpVtbl->CreateInputLayout(This,pInputElementDescs,NumEleme…
4962 …is,pShaderBytecode,BytecodeLength,pClassLinkage,ppVertexShader) (This)->lpVtbl->CreateVertexShader…
[all …]
Dd3d10.h4592 SIZE_T BytecodeLength,
4597 SIZE_T BytecodeLength,
4602 SIZE_T BytecodeLength,
4607 SIZE_T BytecodeLength,
4615 SIZE_T BytecodeLength,
5124 SIZE_T BytecodeLength,
5130 SIZE_T BytecodeLength,
5136 SIZE_T BytecodeLength,
5142 SIZE_T BytecodeLength,
5151 SIZE_T BytecodeLength,
[all …]
Dd3d11.h10248 SIZE_T BytecodeLength,
10253 SIZE_T BytecodeLength,
10259 SIZE_T BytecodeLength,
10265 SIZE_T BytecodeLength,
10276 SIZE_T BytecodeLength,
10282 SIZE_T BytecodeLength,
10288 SIZE_T BytecodeLength,
10294 SIZE_T BytecodeLength,
10472 SIZE_T BytecodeLength,
10478 SIZE_T BytecodeLength,
[all …]
Dd3d10.idl1538 [in] SIZE_T BytecodeLength,
1542 [in] SIZE_T BytecodeLength,
1546 [in] SIZE_T BytecodeLength,
1550 [in] SIZE_T BytecodeLength,
1557 [in] SIZE_T BytecodeLength,
Dd3d11.idl3669 [in] SIZE_T BytecodeLength,
3673 [in] SIZE_T BytecodeLength,
3678 [in] SIZE_T BytecodeLength,
3683 [in] SIZE_T BytecodeLength,
3693 [in] SIZE_T BytecodeLength,
3698 [in] SIZE_T BytecodeLength,
3703 [in] SIZE_T BytecodeLength,
3708 [in] SIZE_T BytecodeLength,
Dd3d10effect.h136 UINT BytecodeLength; member
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_meta.c97 slot->BytecodeLength = size; in dzn_meta_compile_shader()
444 vk_alloc(&device->vk.alloc, bc.BytecodeLength, 8, in dzn_meta_blits_get_vs()
447 meta->vs.BytecodeLength = bc.BytecodeLength; in dzn_meta_blits_get_vs()
448 memcpy((void *)meta->vs.pShaderBytecode, bc.pShaderBytecode, bc.BytecodeLength); in dzn_meta_blits_get_vs()
490 sizeof(D3D12_SHADER_BYTECODE) + bc.BytecodeLength, 8, in dzn_meta_blits_get_fs()
494 memcpy((void *)out->pShaderBytecode, bc.pShaderBytecode, bc.BytecodeLength); in dzn_meta_blits_get_fs()
495 out->BytecodeLength = bc.BytecodeLength; in dzn_meta_blits_get_fs()
H A Ddzn_pipeline.c443 (size_t *)&slot->BytecodeLength); in dzn_pipeline_compile_shader()
458 slot->BytecodeLength, &err); in dzn_pipeline_compile_shader()
463 slot->BytecodeLength); in dzn_pipeline_compile_shader()
567 bc->BytecodeLength = info->size; in dzn_pipeline_cache_lookup_dxil_shader()
582 bc->BytecodeLength; in dzn_pipeline_cache_add_dxil_shader()
594 info->size = bc->BytecodeLength; in dzn_pipeline_cache_add_dxil_shader()
595 memcpy(info->data, bc->pShaderBytecode, bc->BytecodeLength); in dzn_pipeline_cache_add_dxil_shader()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_pipeline_state.cpp521 pso_desc.CS.BytecodeLength = shader->bytecode_length; in create_compute_pipeline_state()
/aosp_15_r20/external/mesa3d/src/microsoft/clc/
H A Dcompute_test.cpp266 pipeline_desc.CS.BytecodeLength = dxil.binary.size; in create_pipeline_state()