Lines Matching defs:slot
344 D3D12_SHADER_BYTECODE *slot)
362 blob_finish_get_buffer(&dxil_blob, (void **)&slot->pShaderBytecode,
363 (size_t *)&slot->BytecodeLength);
377 (void *)slot->pShaderBytecode,
378 slot->BytecodeLength, &err);
382 (void *)slot->pShaderBytecode,
383 slot->BytecodeLength);
578 D3D12_SHADER_BYTECODE *slot =
582 dzn_pipeline_cache_lookup_dxil_shader(cache, dxil_hash, &stage, slot);
855 D3D12_SHADER_BYTECODE *slot =
857 *slot = bc;
858 pipeline->templates.shaders[stage].bc = slot;
903 D3D12_SHADER_BYTECODE *slot =
906 ret = dzn_pipeline_compile_shader(device, pipeline->templates.shaders[stage].nir, slot);
910 pipeline->templates.shaders[stage].bc = slot;
913 dzn_pipeline_cache_add_dxil_shader(cache, stages[stage].dxil_hash, stage, slot);
2045 d3d12_compute_pipeline_state_stream_new_desc(stream_desc, CS, D3D12_SHADER_BYTECODE, slot);
2046 *slot = *dxil;